lib/jcompiler.rb in jcompiler-0.1.43 vs lib/jcompiler.rb in jcompiler-0.1.44

- old
+ new

@@ -28,10 +28,10 @@ brands.map do |brand| "{#{b(brand, bind).join(',')}}" end end - def self.code(bind) + def self.code(id, source, bind) debugger 1 end end