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