Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_block Struct Reference

#include <vm_core.h>

Data Fields

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

Detailed Description

Definition at line 622 of file vm_core.h.

Field Documentation

◆ as

union { ... } rb_block::as

◆ captured

struct rb_captured_block rb_block::captured

◆ proc

VALUE rb_block::proc

◆ symbol

VALUE rb_block::symbol

◆ type

enum rb_block_type rb_block::type

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