Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_callable_method_entry_struct Struct Reference

Data Fields

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

Detailed Description

Definition at line 63 of file method.h.

Field Documentation

◆ called_id

ID rb_callable_method_entry_struct::called_id

Definition at line 67 of file method.h.

◆ def

struct rb_method_definition_struct* const rb_callable_method_entry_struct::def

Definition at line 66 of file method.h.

◆ defined_class

const VALUE rb_callable_method_entry_struct::defined_class

Definition at line 65 of file method.h.

◆ flags

VALUE rb_callable_method_entry_struct::flags

Definition at line 64 of file method.h.

◆ owner

const VALUE rb_callable_method_entry_struct::owner

Definition at line 68 of file method.h.


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