Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
rb_method_entry_struct Struct Reference

Data Fields

VALUE flags
 
VALUE defined_class
 
struct rb_method_definition_struct *const def
 
ID called_id
 
VALUE owner
 

Detailed Description

Definition at line 54 of file method.h.

Field Documentation

◆ called_id

ID rb_method_entry_struct::called_id

Definition at line 58 of file method.h.

◆ def

struct rb_method_definition_struct* const rb_method_entry_struct::def

Definition at line 57 of file method.h.

◆ defined_class

VALUE rb_method_entry_struct::defined_class

Definition at line 56 of file method.h.

◆ flags

VALUE rb_method_entry_struct::flags

Definition at line 55 of file method.h.

◆ owner

VALUE rb_method_entry_struct::owner

Definition at line 59 of file method.h.


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