= private = protected
proc()
Equivalent to Proc.new.
VALUE rb_block_proc(void) { return proc_new(rb_cProc, FALSE); }