Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
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 884 of file vm_core.h.

Field Documentation

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 886 of file vm_core.h.

◆ proc

VALUE rb_block::proc

Definition at line 888 of file vm_core.h.

◆ symbol

VALUE rb_block::symbol

Definition at line 887 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 890 of file vm_core.h.


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