Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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
 

Detailed Description

Definition at line 760 of file vm_core.h.

Field Documentation

◆ 

union { ... } rb_block::as

◆ captured

struct rb_captured_block rb_block::captured

◆ proc

VALUE rb_block::proc

◆ symbol

VALUE rb_block::symbol

Definition at line 763 of file vm_core.h.

Referenced by rb_block_to_s(), and rb_vm_block_copy().

◆ type

enum rb_block_type rb_block::type

Definition at line 766 of file vm_core.h.

Referenced by rb_proc_isolate_bang(), and rb_proc_ractor_make_shareable().


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