Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
rb_block Struct Reference

Data Fields

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

Detailed Description

Definition at line 814 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 816 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 818 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 817 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 820 of file vm_core.h.


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