rb_rescue2       1514 enum.c         	    rb_rescue2(call_next, (VALUE)v, call_stop, (VALUE)v, rb_eStopIteration, 0);
rb_rescue2        627 eval.c             return rb_rescue2(b_proc, data1, r_proc, data2, rb_eStandardError,
rb_rescue2        342 ext/syck/rubyext.c     return rb_rescue2(mktime_do, (VALUE)&a, mktime_r, (VALUE)&a, rb_eArgError, NULL);
rb_rescue2       1000 ext/tk/tkutil/tkutil.c     return rb_rescue2(tkstr_to_float, value, 
rb_rescue2       1013 ext/tk/tkutil/tkutil.c     return rb_rescue2(tkstr_to_int, value, 
rb_rescue2       1063 ext/tk/tkutil/tkutil.c     return rb_rescue2(tkstr_to_number, value, 
rb_rescue2       1826 ext/zlib/zlib.c     return rb_rescue2(gzfile_read_raw_partial, (VALUE)gz,
rb_rescue2        982 include/ruby/ruby.h VALUE rb_rescue2(VALUE(*)(ANYARGS),VALUE,VALUE(*)(ANYARGS),VALUE,...);
rb_rescue2       7666 io.c               rb_rescue2(copy_stream_fallback_body, (VALUE)stp,
rb_rescue2       8115 io.c           	tmp = rb_rescue2(argf_forward_call, (VALUE)&arg,
rb_rescue2        566 vm_eval.c          rb_rescue2(loop_i, (VALUE)0, 0, 0, rb_eStopIteration, (VALUE)0);