Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_ensure_entry Struct Reference

#include <vm_core.h>

Data Fields

VALUE marker
 
VALUE(* e_proc )(VALUE)
 
VALUE data2
 

Detailed Description

Definition at line 833 of file vm_core.h.

Field Documentation

◆ data2

VALUE rb_ensure_entry::data2

Definition at line 836 of file vm_core.h.

Referenced by rb_ensure().

◆ e_proc

VALUE(* rb_ensure_entry::e_proc) (VALUE)

Definition at line 835 of file vm_core.h.

Referenced by rb_ensure().

◆ marker

VALUE rb_ensure_entry::marker

Definition at line 834 of file vm_core.h.

Referenced by rb_ensure().


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