Ruby 3.5.0dev (2025-06-27 revision 64a52c25fef8e156630fea559ced7286fe5c3beb)
Data Fields
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 898 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 900 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 902 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 901 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 904 of file vm_core.h.


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