rb_protect_inspect 858 array.c        		tmp = rb_protect_inspect(inspect_join, ary, (VALUE)args);
rb_protect_inspect 985 array.c            return rb_protect_inspect(inspect_ary, ary, 0);
rb_protect_inspect 732 hash.c             return rb_protect_inspect(inspect_hash, hash, 0);
rb_protect_inspect 747 hash.c             return rb_protect_inspect(to_s_hash, hash, 0);
rb_protect_inspect 2513 io.c           		rb_protect_inspect(io_puts_ary, line, out);
rb_protect_inspect 255 object.c       	return rb_protect_inspect(inspect_obj, obj, str);
rb_protect_inspect 413 struct.c           return rb_protect_inspect(inspect_struct, s, 0);