Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
METHOD Struct Reference

Data Fields

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

Detailed Description

Definition at line 28 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 30 of file proc.c.

◆ me

const rb_method_entry_t* const METHOD::me

Definition at line 36 of file proc.c.

◆ owner

const VALUE METHOD::owner

Definition at line 35 of file proc.c.

◆ recv

const VALUE METHOD::recv

Definition at line 29 of file proc.c.


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