Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
METHOD Struct Reference

Data Fields

const VALUE recv
 
const VALUE klass
 
const VALUE iclass
 
const rb_method_entry_t *const me
 

Detailed Description

Definition at line 29 of file proc.c.

Field Documentation

◆ iclass

const VALUE METHOD::iclass

Definition at line 32 of file proc.c.

◆ klass

const VALUE METHOD::klass

Definition at line 31 of file proc.c.

Referenced by rb_method_name_error(), rb_obj_is_proc(), and rb_obj_singleton_method().

◆ me

Definition at line 33 of file proc.c.

Referenced by rb_obj_singleton_method().

◆ recv

const VALUE METHOD::recv

Definition at line 30 of file proc.c.

Referenced by rb_method_call_with_block().


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