lib/core/util/liquid.rb in nucleon-0.1.10 vs lib/core/util/liquid.rb in nucleon-0.1.11
- old
+ new
@@ -8,10 +8,10 @@
end
#---
def method_missing(method, *args, &block)
- @code.call(method, args, block)
+ @code.call(method, args, &block)
end
end
end
end