clone(*args)
Returns the receiver. freeze cannot be false.
static VALUE num_clone(int argc, VALUE *argv, VALUE x) { return rb_immutable_obj_clone(argc, argv, x); }