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