Ruby 3.5.0dev (2025-04-03 revision 3a7b03242f4f8f31899ffcf5e4a253ae6f01e96a)
|
Ruby's File and IO. More...
#include <rfile.h>
Data Fields | |
struct RBasic | basic |
Basic part, including flags and class. | |
struct rb_io * | 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 |