rb_obj_init_copy  287 include/ruby/intern.h     ((obj) != (orig) && (rb_obj_init_copy((obj), (orig)), 1))
rb_obj_init_copy  593 include/ruby/intern.h VALUE rb_obj_init_copy(VALUE,VALUE);
rb_obj_init_copy 3430 object.c           rb_define_method(rb_mKernel, "initialize_copy", rb_obj_init_copy, 1);