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

#include <vm_core.h>

Data Fields

union {
   struct rb_captured_block   captured
 
   VALUE   symbol
 
   VALUE   proc
 
as
 
enum rb_block_type type
 
union {
   struct rb_captured_block   captured
 
   VALUE   symbol
 
   VALUE   proc
 
as
 

Detailed Description

Definition at line 751 of file vm_core.h.

Field Documentation

◆ as [1/2]

union { ... } rb_block::as

Referenced by rb_vm_block_ep_update().

◆ as [2/2]

union { ... } rb_block::as

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 753 of file vm_core.h.

Referenced by rb_vm_block_ep_update().

◆ proc

VALUE rb_block::proc

Definition at line 755 of file vm_core.h.

Referenced by rb_proc_get_iseq().

◆ symbol

VALUE rb_block::symbol

Definition at line 754 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 757 of file vm_core.h.


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