Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
end_proc_data Struct Reference

Data Fields

void(* func )(VALUE)
 
VALUE data
 
struct end_proc_datanext
 

Detailed Description

Definition at line 50 of file eval_jump.c.

Field Documentation

◆ data

VALUE end_proc_data::data

Definition at line 52 of file eval_jump.c.

◆ func

void(* end_proc_data::func) (VALUE)

Definition at line 51 of file eval_jump.c.

◆ next

struct end_proc_data* end_proc_data::next

Definition at line 53 of file eval_jump.c.


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