lib/jcompiler/provider.rb in jcompiler-0.1.97 vs lib/jcompiler/provider.rb in jcompiler-0.1.98

- old
+ new

@@ -1,7 +1,7 @@ class Jcompiler::Provider def array!(arr, &block) item_name = block.parameters[0][1].to_s - src = block.call(item_name) + #src = block.call(item_name) %{"["\#{"a"}"]"} end end