Class: Proc

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

Instance Method Summary collapse

Instance Method Details

#call_with_binding(bind, *args) ⇒ Object



60
61
62
# File 'lib/listings/dynamic_binding.rb', line 60

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