Class: Proc

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

Instance Method Summary collapse

Instance Method Details

#call_with_binding(bind, *args) ⇒ Object



41
42
43
# File 'lib/proc_tweaker.rb', line 41

def call_with_binding(bind, *args)
  LookupStack.new([bind]).run_proc(self, *args)
end