|
Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
Public Member Functions | |
| BITFIELD (rb_method_type_t, type, VM_METHOD_TYPE_MINIMUM_BITS) | |
Data Fields | |
| unsigned int | iseq_overload: 1 |
| int | alias_count: 27 |
| int | complemented_count: 28 |
| unsigned int | no_redef_warning: 1 |
| union { | |
| rb_method_iseq_t iseq | |
| rb_method_cfunc_t cfunc | |
| rb_method_attr_t attr | |
| rb_method_alias_t alias | |
| rb_method_refined_t refined | |
| rb_method_bmethod_t bmethod | |
| rb_method_optimized_t optimized | |
| } | body |
| ID | original_id |
| uintptr_t | method_serial |