Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
VALUE | feature |
struct autoload_state * | state |
rb_serial_t | fork_gen |
struct list_head | constants |
Definition at line 2040 of file variable.c.
struct list_head autoload_data_i::constants |
Definition at line 2044 of file variable.c.
Referenced by rb_autoload_str().
VALUE autoload_data_i::feature |
Definition at line 2041 of file variable.c.
Referenced by rb_autoload_at_p(), and rb_autoload_str().
rb_serial_t autoload_data_i::fork_gen |
Definition at line 2043 of file variable.c.
Referenced by rb_autoload_load().
struct autoload_state* autoload_data_i::state |
Definition at line 2042 of file variable.c.
Referenced by rb_autoload_load(), and rb_autoload_str().