Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_const_entry_struct Struct Reference

Data Fields

rb_const_flag_t flag
int line
VALUE value
VALUE file

Detailed Description

Definition at line 33 of file constant.h.

Field Documentation

◆ file

VALUE rb_const_entry_struct::file

Definition at line 37 of file constant.h.

◆ flag

rb_const_flag_t rb_const_entry_struct::flag

Definition at line 34 of file constant.h.

◆ line

int rb_const_entry_struct::line

Definition at line 35 of file constant.h.

◆ value

VALUE rb_const_entry_struct::value

Definition at line 36 of file constant.h.


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