Ruby  2.1.10p492(2016-04-01revision54464)
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 19 of file proc.c.

Field Documentation

◆ defined_class

VALUE METHOD::defined_class

◆ id

ID METHOD::id

◆ 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 25 of file proc.c.

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


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