Flowdock
method

initialize_copy

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Range
initialize_copy(p1) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
range_initialize_copy(VALUE range, VALUE orig)
{
    range_modify(range);
    rb_struct_init_copy(range, orig);
    return range;
}
Register or log in to add new notes.