lib/jcompiler/provider.rb in jcompiler-0.1.76 vs lib/jcompiler/provider.rb in jcompiler-0.1.77
- old
+ new
@@ -2,9 +2,10 @@
def initialize(bind)
@bind = bind
end
def array!(arr, &block)
+ debugger
"[]"
end
private
- old
+ new