Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Fields
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 37 of file proc.c.

Field Documentation

◆ iclass

const VALUE METHOD::iclass

Definition at line 41 of file proc.c.

◆ klass

const VALUE METHOD::klass

Definition at line 39 of file proc.c.

◆ me

const rb_method_entry_t* const METHOD::me

Definition at line 45 of file proc.c.

◆ owner

const VALUE METHOD::owner

Definition at line 44 of file proc.c.

◆ recv

const VALUE METHOD::recv

Definition at line 38 of file proc.c.


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