Method: RorHack::LookupStack#push_binding
- Defined in:
- lib/ror_hack/proc_hack.rb
#push_binding(bind) ⇒ Object
24 25 26 |
# File 'lib/ror_hack/proc_hack.rb', line 24 def push_binding(bind) @bindings.push bind end |
24 25 26 |
# File 'lib/ror_hack/proc_hack.rb', line 24 def push_binding(bind) @bindings.push bind end |