diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-20 14:51:27 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-07-20 14:52:02 +0100 |
commit | f156b3c1ad1e7ec248364803331d2eb57e607295 (patch) | |
tree | 58c66d3db1e2adc5896b484adcf99d8630e59112 /bos-mop.sh | |
parent | constructors & class methods! (diff) | |
download | bash-object-system-f156b3c1ad1e7ec248364803331d2eb57e607295.tar.gz bash-object-system-f156b3c1ad1e7ec248364803331d2eb57e607295.tar.bz2 bash-object-system-f156b3c1ad1e7ec248364803331d2eb57e607295.zip |
test next/method
Diffstat (limited to 'bos-mop.sh')
-rw-r--r-- | bos-mop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ function bos/mop/base/find-method-into() { done # TODO: better error / failure - >&2 echo "method $method not found" + >&2 echo "method $method not found via class $class" return 1 } |