Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
rb_block Struct Reference

Data Fields

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

Detailed Description

Definition at line 941 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 944 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 946 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 945 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 942 of file vm_core.h.


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