Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
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 911 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 913 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 915 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 914 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 917 of file vm_core.h.


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