rb_rescue2       2510 enum.c         	    rb_rescue2(call_next, (VALUE)v, call_stop, (VALUE)v, rb_eStopIteration, (VALUE)0);
rb_rescue2       1783 enumerator.c   	v = rb_rescue2(call_next, RARRAY_AREF(arg, i), next_stopped, 0,
rb_rescue2        849 eval.c             return rb_rescue2(b_proc, data1, r_proc, data2, rb_eStandardError,
rb_rescue2       1167 ext/pathname/pathname.c     return rb_rescue2(unlink_body, str, unlink_rescue, str, eENOTDIR, (VALUE)0);
rb_rescue2       1096 ext/tk/tkutil/tkutil.c     return rb_rescue2(tkstr_to_float, value,
rb_rescue2       1109 ext/tk/tkutil/tkutil.c     return rb_rescue2(tkstr_to_int, value,
rb_rescue2       1159 ext/tk/tkutil/tkutil.c     return rb_rescue2(tkstr_to_number, value,
rb_rescue2       2397 ext/zlib/zlib.c     return rb_rescue2(gzfile_read_raw_partial, (VALUE)gz,
rb_rescue2       1846 include/ruby/ruby.h VALUE rb_rescue2(VALUE(*)(ANYARGS),VALUE,VALUE(*)(ANYARGS),VALUE,...);
rb_rescue2       4441 io.c               rb_rescue2(io_call_close, io, ignore_closed_stream, io,
rb_rescue2       10554 io.c               rb_rescue2(copy_stream_fallback_body, (VALUE)stp,
rb_rescue2       11262 io.c           	tmp = rb_rescue2(argf_forward_call, (VALUE)&arg,
rb_rescue2        431 vm_eval.c      	ret = rb_rescue2(check_funcall_exec, (VALUE)&args,
rb_rescue2       1147 vm_eval.c          return rb_rescue2(loop_i, (VALUE)0, loop_stop, (VALUE)0, rb_eStopIteration, (VALUE)0);