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

#include <method.h>

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

◆ def

struct rb_method_definition_struct* const rb_method_entry_struct::def

◆ defined_class

VALUE rb_method_entry_struct::defined_class

◆ flags

VALUE rb_method_entry_struct::flags

Definition at line 55 of file method.h.

◆ owner

VALUE rb_method_entry_struct::owner

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