|
Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
|
Ruby's File and IO. More...
#include <rfile.h>
Data Fields | |
| struct RBasic | basic |
| Basic part, including flags and class. | |
| struct rb_io_t * | fptr |
| IO's specific fields. | |
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.
| struct RBasic RFile::basic |