class Method
Attributes
name[RW]
owner[RW]
receiver[RW]
Public Instance Methods
to_proc_with_lambda_tracking()
click to toggle source
# File lib/backports/1.9.1/proc/lambda.rb, line 16 def to_proc_with_lambda_tracking proc = to_proc_without_lambda_tracking proc.send :__is_lambda__=, true proc end
unbind_with_additional_info()
click to toggle source
# File lib/backports/1.8.7/method/name.rb, line 7 def unbind_with_additional_info unbound = unbind_without_additional_info unbound.name = name unbound.owner = owner unbound end