Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
rb_method_entry_struct Struct Reference

#include <method.h>

Data Fields

rb_method_flag_t flag
 
char mark
 
rb_method_definition_tdef
 
ID called_id
 
VALUE klass
 

Detailed Description

Definition at line 95 of file method.h.

Field Documentation

◆ called_id

ID rb_method_entry_struct::called_id

◆ def

rb_method_definition_t* rb_method_entry_struct::def

◆ flag

rb_method_flag_t rb_method_entry_struct::flag

◆ klass

VALUE rb_method_entry_struct::klass

◆ mark

char rb_method_entry_struct::mark

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