= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2_4_6) is shown here.
These similar methods exist in v2_5_5:
initialize_copy(p1)
Numerics are immutable values, which should not be copied.
Any attempt to use this method on a Numeric will raise a TypeError.
static VALUE num_init_copy(VALUE x, VALUE y) { rb_raise(rb_eTypeError, "can't copy %"PRIsVALUE, rb_obj_class(x)); UNREACHABLE; }