Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
rb_proc_t Struct Reference

#include <vm_core.h>

Data Fields

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

Detailed Description

Definition at line 1049 of file vm_core.h.

Field Documentation

◆ block

const struct rb_block rb_proc_t::block

Definition at line 1050 of file vm_core.h.

◆ is_from_method

unsigned int rb_proc_t::is_from_method

Definition at line 1051 of file vm_core.h.

◆ is_lambda

unsigned int rb_proc_t::is_lambda

Definition at line 1052 of file vm_core.h.

Referenced by rb_proc_lambda_p().


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