Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
rb_block Struct Reference

Data Fields

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

Detailed Description

Definition at line 809 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 811 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 813 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 812 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 815 of file vm_core.h.


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