Flowdock
binding() public

Returns the binding associated with prc.

def fred(param)
  proc {}
end

b = fred(99)
eval("param", b.binding)   #=> 99
Show source
Register or log in to add new notes.