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

Data Fields

VALUE recv
 
VALUE rclass
 
VALUE defined_class
 
ID id
 
rb_method_entry_tme
 
struct unlinked_method_entry_list_entryume
 

Detailed Description

Definition at line 17 of file proc.c.

Field Documentation

◆ defined_class

VALUE METHOD::defined_class

◆ id

ID METHOD::id

Definition at line 21 of file proc.c.

Referenced by method_name(), method_unbind(), mnew(), and rb_method_call_with_block().

◆ me

rb_method_entry_t* METHOD::me

◆ rclass

VALUE METHOD::rclass

◆ recv

VALUE METHOD::recv

◆ ume

struct unlinked_method_entry_list_entry* METHOD::ume

Definition at line 23 of file proc.c.

Referenced by bm_free(), method_clone(), method_unbind(), mnew(), and umethod_bind().


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