Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Ruby's File and IO. More...
#include <rfile.h>
Data Fields | |
struct RBasic | basic |
Basic part, including flags and class. More... | |
struct rb_io_t * | fptr |
IO's specific fields. More... | |
Ruby's File and IO.
Ruby's IO are not just file descriptors. They have buffers. They also have encodings. Various information are controlled using this struct.
Definition at line 3657 of file rb_mjit_min_header-3.1.3.h.
struct RBasic RFile::basic |
Basic part, including flags and class.
Definition at line 3658 of file rb_mjit_min_header-3.1.3.h.
struct rb_io_t * RFile::fptr |
IO's specific fields.
Definition at line 3659 of file rb_mjit_min_header-3.1.3.h.