= private = protected
to_proc()
Part of the protocol for converting objects to Proc objects. Instances of class Proc simply return themselves.
static VALUE proc_to_proc(VALUE self) { return self; }