rb_exec_recursive 1501 array.c tmp = rb_exec_recursive(recursive_join, ary, (VALUE)args); rb_exec_recursive 1576 array.c return rb_exec_recursive(inspect_ary, ary, 0); rb_exec_recursive 2686 array.c return rb_exec_recursive(recursive_equal, ary1, ary2); rb_exec_recursive 2716 array.c return rb_exec_recursive(recursive_eql, ary1, ary2); rb_exec_recursive 2748 array.c return rb_exec_recursive(recursive_hash, ary, 0); rb_exec_recursive 2825 array.c v = rb_exec_recursive(recursive_cmp, ary1, ary2); rb_exec_recursive 3270 file.c tmp = rb_exec_recursive(file_inspect_join, ary, (VALUE)args); rb_exec_recursive 1264 hash.c return rb_exec_recursive(inspect_hash, hash, 0); rb_exec_recursive 1468 hash.c return rb_exec_recursive(recursive_eql, hash1, (VALUE)&data); rb_exec_recursive 1545 hash.c return rb_exec_recursive(recursive_hash, hash, 0); rb_exec_recursive 337 include/ruby/intern.h VALUE rb_exec_recursive(VALUE(*)(VALUE, VALUE, int),VALUE,VALUE); rb_exec_recursive 5632 io.c rb_exec_recursive(io_puts_ary, line, out); rb_exec_recursive 392 object.c return rb_exec_recursive(inspect_obj, obj, str); rb_exec_recursive 702 range.c return rb_exec_recursive(inspect_range, range, 0); rb_exec_recursive 541 struct.c return rb_exec_recursive(inspect_struct, s, 0);