|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
| void(* | func )() |
| VALUE | data |
| struct end_proc_data * | next |
Definition at line 50 of file eval_jump.c.
| VALUE end_proc_data::data |
Definition at line 52 of file eval_jump.c.
Referenced by rb_set_end_proc().
| void(* end_proc_data::func) () |
Definition at line 51 of file eval_jump.c.
Referenced by rb_set_end_proc().
| struct end_proc_data* end_proc_data::next |
Definition at line 53 of file eval_jump.c.