Class: Jcompiler::Provider
- Inherits:
-
Object
- Object
- Jcompiler::Provider
- Defined in:
- lib/jcompiler/provider.rb
Instance Method Summary collapse
- #array!(arr, &block) ⇒ Object
-
#initialize(bind) ⇒ Provider
constructor
A new instance of Provider.
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 |