Ruby
3.4.0dev (2024-11-05 revision 348a53415339076afc4a02fcd09f3ae36e9c4c61)
|
Data Fields | |
VALUE * | iv_ptr |
struct rb_id_table * | const_tbl |
struct rb_id_table * | callable_m_tbl |
struct rb_id_table * | cc_tbl |
struct rb_id_table * | cvc_tbl |
size_t | superclass_depth |
VALUE * | superclasses |
struct rb_subclass_entry * | subclasses |
struct rb_subclass_entry * | subclass_entry |
struct rb_subclass_entry * | module_subclass_entry |
In the case that this is an ICLASS , module_subclasses points to the link in the module's subclasses list that indicates that the klass has been included. More... | |
const VALUE | origin_ |
const VALUE | refined_class |
union { | |
struct { | |
rb_alloc_func_t allocator | |
} class | |
struct { | |
VALUE attached_object | |
} singleton_class | |
} | as |
const VALUE | includer |
attr_index_t | max_iv_count |
unsigned char | variation_count |
bool | permanent_classpath: 1 |
bool | cloned: 1 |
VALUE | classpath |
struct rb_subclass_entry* rb_classext_struct::module_subclass_entry |