lib/jcompiler/provider.rb in jcompiler-0.1.63 vs lib/jcompiler/provider.rb in jcompiler-0.1.65

- old
+ new

@@ -1,5 +1,13 @@ class Jcompiler::Provider + def initialize(bind) + @bind = bind + end + def array!(*args) '[]' end + + private + + attr_reader :bind end