Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
METHOD Struct Reference

Data Fields

VALUE recv
 
VALUE rclass
 
ID id
 
rb_method_entry_tme
 
struct unlinked_method_entry_list_entryume
 

Detailed Description

Definition at line 17 of file proc.c.

Field Documentation

◆ id

ID METHOD::id

Definition at line 20 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 22 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: