Method: Method#to_proc
- Defined in:
- eval.c
#to_proc ⇒ Proc
Returns a Proc
object corresponding to this method.
9505 9506 9507 |
# File 'eval.c', line 9505 static VALUE method_proc(method) VALUE method; |
Returns a Proc
object corresponding to this method.
9505 9506 9507 |
# File 'eval.c', line 9505 static VALUE method_proc(method) VALUE method; |