Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
rb_ensure_entry Struct Reference

Data Fields

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

Detailed Description

Definition at line 967 of file vm_core.h.

Field Documentation

◆ data2

VALUE rb_ensure_entry::data2

Definition at line 970 of file vm_core.h.

◆ e_proc

VALUE(* rb_ensure_entry::e_proc) (VALUE)

Definition at line 969 of file vm_core.h.

◆ marker

VALUE rb_ensure_entry::marker

Definition at line 968 of file vm_core.h.


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