Ruby 3.5.0dev (2025-06-06 revision 347e581a4cbe2bbf7c13532038f2a68b0b37099a)
Data Fields
rb_proc_t Struct Reference

Data Fields

const struct rb_block block
 
const rb_namespace_tns
 
unsigned int is_from_method: 1
 
unsigned int is_lambda: 1
 
unsigned int is_isolated: 1
 

Detailed Description

Definition at line 1274 of file vm_core.h.

Field Documentation

◆ block

const struct rb_block rb_proc_t::block

Definition at line 1275 of file vm_core.h.

◆ is_from_method

unsigned int rb_proc_t::is_from_method

Definition at line 1277 of file vm_core.h.

◆ is_isolated

unsigned int rb_proc_t::is_isolated

Definition at line 1279 of file vm_core.h.

◆ is_lambda

unsigned int rb_proc_t::is_lambda

Definition at line 1278 of file vm_core.h.

◆ ns

const rb_namespace_t* rb_proc_t::ns

Definition at line 1276 of file vm_core.h.


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