Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_proc_t Struct Reference

#include <vm_core.h>

Data Fields

const struct rb_block block
 
int8_t safe_level
 
int8_t is_from_method
 
int8_t is_lambda
 

Detailed Description

Definition at line 866 of file vm_core.h.

Field Documentation

◆ block

const struct rb_block rb_proc_t::block

◆ is_from_method

int8_t rb_proc_t::is_from_method

◆ is_lambda

int8_t rb_proc_t::is_lambda

◆ safe_level

int8_t rb_proc_t::safe_level

Definition at line 868 of file vm_core.h.

Referenced by proc_dup(), rb_proc_create(), rb_proc_create_from_captured(), and vm_invoke_proc().


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