Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
clone_method_arg Struct Reference

Data Fields

VALUE new_klass
 
VALUE old_klass
 

Detailed Description

Definition at line 273 of file class.c.

Field Documentation

◆ new_klass

VALUE clone_method_arg::new_klass

Definition at line 274 of file class.c.

Referenced by rb_mod_init_copy(), and rb_singleton_class_clone_and_attach().

◆ old_klass

VALUE clone_method_arg::old_klass

Definition at line 275 of file class.c.

Referenced by rb_mod_init_copy(), and rb_singleton_class_clone_and_attach().


The documentation for this struct was generated from the following file: