From dc627de951cb666b123b5b23c1e040dc9f77e696 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Fri, 14 Jul 2023 11:56:20 +0100 Subject: method dispatch seems to work --- bos-dispatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bos-dispatch.sh') diff --git a/bos-dispatch.sh b/bos-dispatch.sh index 47b5f33..cb883d8 100644 --- a/bos-dispatch.sh +++ b/bos-dispatch.sh @@ -15,7 +15,7 @@ function bos-dispatch/invoke() { fi local metaclass_ref - bos-namespaces/store-for-into meta "$class" metaclass_ref + bos-namespaces/store-scalar-for-into meta "$class" metaclass_ref local -n metaclass_object="$metaclass_ref" $metaclass_object invoke "$class" "$self_id" "$method" "$@" -- cgit v1.2.3