lib/jcompiler/provider.rb in jcompiler-0.1.87 vs lib/jcompiler/provider.rb in jcompiler-0.1.88

- old
+ new

@@ -2,10 +2,10 @@ def initialize(bind) @bind = bind end def array!(arr, &block) - debugger + puts block.to_source "[]" end private