Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
DIR * | dir |
VALUE | path |
rb_encoding * | enc |
DIR* dir_data::dir |
Definition at line 423 of file dir.c.
Referenced by check_dirname(), dir_check(), dir_close(), dir_each(), dir_entries(), dir_foreach(), dir_free(), dir_initialize(), dir_inspect(), dir_mark(), dir_open_dir(), dir_read(), dir_rewind(), dir_s_alloc(), dir_s_open(), and rb_dir_s_empty_p().
rb_encoding* dir_data::enc |
Definition at line 425 of file dir.c.
Referenced by check_dirname(), dir_each(), dir_initialize(), dir_path(), dir_read(), dir_s_alloc(), fnmatch_brace(), push_glob(), and sys_enc_warning_in().
VALUE dir_data::path |
Definition at line 424 of file dir.c.
Referenced by check_dirname(), dir_each(), dir_initialize(), dir_inspect(), dir_mark(), dir_path(), dir_s_alloc(), dir_s_chdir(), dir_s_mkdir(), do_stat(), file_s_fnmatch(), join_path(), rb_dir_getwd(), rb_dir_s_empty_p(), rb_glob_caller(), and ruby_glob0().