lib/delorean/base.rb in delorean_lang-0.6.0 vs lib/delorean/base.rb in delorean_lang-0.6.1
- old
+ new
@@ -178,10 +178,10 @@
)
end
matcher.match!(klass: klass, args: args)
- obj.send(msg, *args)
+ obj.public_send(msg, *args)
end
######################################################################
end
end