lib/universa/binder.rb in universa-3.9.15.pre.p1 vs lib/universa/binder.rb in universa-3.9.15

- old
+ new

@@ -18,11 +18,11 @@ def [](key) __getobj__.get(key.to_s) end # Create hew Binder from any hash. Keys will be converted to strings. - def self.of hash - invoke_static "of", hash.transform_keys(&:to_s) + def self.of *args + invoke_static "of", *args end # Retrieve binder keys def keys __getobj__.keySet()