Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include <method.h>
Data Fields | |
VALUE | flags |
VALUE | defined_class |
struct rb_method_definition_struct *const | def |
ID | called_id |
VALUE | owner |
struct rb_method_definition_struct *const rb_method_entry_struct::def |
Definition at line 54 of file method.h.
Referenced by rb_method_entry_complement_defined_class(), rb_method_entry_copy(), and rb_method_entry_eq().
VALUE rb_method_entry_struct::defined_class |
Definition at line 53 of file method.h.
Referenced by rb_method_entry_complement_defined_class().
VALUE rb_method_entry_struct::owner |
Definition at line 56 of file method.h.
Referenced by rb_method_entry_complement_defined_class().