Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include <constant.h>
Data Fields | |
rb_const_flag_t | flag |
int | line |
VALUE | value |
VALUE | file |
Definition at line 31 of file constant.h.
VALUE rb_const_entry_struct::file |
Definition at line 35 of file constant.h.
rb_const_flag_t rb_const_entry_struct::flag |
Definition at line 32 of file constant.h.
int rb_const_entry_struct::line |
Definition at line 33 of file constant.h.
VALUE rb_const_entry_struct::value |
Definition at line 34 of file constant.h.
Referenced by rb_autoload_str().