Ruby  2.5.0dev(2017-10-22revision60238)
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 653 of file vm_core.h.

Field Documentation

◆ as

union { ... } rb_block::as

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 655 of file vm_core.h.

Referenced by rb_proc_create_from_captured(), and rb_vm_block_ep_update().

◆ proc

VALUE rb_block::proc

Definition at line 657 of file vm_core.h.

Referenced by rb_proc_get_iseq().

◆ symbol

VALUE rb_block::symbol

Definition at line 656 of file vm_core.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 659 of file vm_core.h.


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