rb_proc_location 1814 proc.c rb_define_method(rb_cProc, "source_location", rb_proc_location, 0); rb_proc_location 539 thread.c VALUE rb_proc_location(VALUE self); rb_proc_location 542 thread.c if (!proc || !RTEST(loc = rb_proc_location(proc))) {