Class: Jcompiler::Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/jcompiler/provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(bind) ⇒ Provider

Returns a new instance of Provider.



2
3
4
# File 'lib/jcompiler/provider.rb', line 2

def initialize(bind)
  @bind = bind
end

Instance Method Details

#array!(arr, &block) ⇒ Object



6
7
8
9
# File 'lib/jcompiler/provider.rb', line 6

def array!(arr, &block)
  debugger
  "[]"
end