lib/delorean/base.rb in delorean_lang-0.3.20 vs lib/delorean/base.rb in delorean_lang-0.3.21

- old
+ new

@@ -255,10 +255,10 @@ end } raise "bad arg #{i}, method #{method}: #{ai}/#{ai.class} #{s}" if !ok } - obj.send(msg, *args) + obj.send(msg, *args).freeze end ###################################################################### end end