|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| VALUE | recv |
| VALUE | rclass |
| ID | id |
| rb_method_entry_t * | me |
| struct unlinked_method_entry_list_entry * | ume |
| ID METHOD::id |
Definition at line 20 of file proc.c.
Referenced by method_name(), method_unbind(), mnew(), and rb_method_call_with_block().
| rb_method_entry_t* METHOD::me |
Definition at line 21 of file proc.c.
Referenced by bm_free(), bm_mark(), method_arity(), method_clone(), method_eq(), method_get_def(), method_hash(), method_inspect(), method_owner(), method_unbind(), mnew(), rb_method_call_with_block(), rb_method_entry_arity(), rb_mod_define_method(), rb_mod_method_arity(), and umethod_bind().
| VALUE METHOD::rclass |
Definition at line 19 of file proc.c.
Referenced by bm_mark(), method_eq(), method_hash(), method_inspect(), method_unbind(), mnew(), rb_mod_define_method(), and umethod_bind().
| VALUE METHOD::recv |
Definition at line 18 of file proc.c.
Referenced by bm_mark(), method_eq(), method_hash(), method_inspect(), method_receiver(), method_unbind(), mnew(), rb_method_call_with_block(), and umethod_bind().
| 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().
1.8.14