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

- old
+ new

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