diff options
author | dakkar <dakkar@thenautilus.net> | 2023-07-22 15:28:32 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-07-22 15:28:32 +0100 |
commit | 63dacfec430027b6fb217b7ebc2542cbe90d216c (patch) | |
tree | 3b0d4a97f1df24273aa333eac101260716353c10 /meta-stuff.rst.txt | |
parent | fix block&namespace nesting (diff) | |
download | bash-object-system-63dacfec430027b6fb217b7ebc2542cbe90d216c.tar.gz bash-object-system-63dacfec430027b6fb217b7ebc2542cbe90d216c.tar.bz2 bash-object-system-63dacfec430027b6fb217b7ebc2542cbe90d216c.zip |
factor namespace open/close
Diffstat (limited to 'meta-stuff.rst.txt')
-rw-r--r-- | meta-stuff.rst.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-stuff.rst.txt b/meta-stuff.rst.txt index 2a990e8..c53fb7d 100644 --- a/meta-stuff.rst.txt +++ b/meta-stuff.rst.txt @@ -4,12 +4,12 @@ done bits variable name as 1st argument (otherwise optional arguments become a mess) -next bits… - * expose namespace open/close, and ``namespace $name; do …; done`` - use them inside ``class_open`` / ``class_close`` +next bits… + * formalise that ``bos-dispatch/invoke $class 0 $method $args`` is a class method invocation |