lib/jcompiler/provider.rb in jcompiler-0.1.70 vs lib/jcompiler/provider.rb in jcompiler-0.1.71
- old
+ new
@@ -2,10 +2,11 @@
def initialize(bind)
@bind = bind
end
def array!(arr, &block)
- "[\"#{block.to_source}\"]"
+ debugger
+ "[]"
end
private
attr_reader :bind