Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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 844 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 846 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 848 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 847 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 850 of file vm_core.h.


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