Ruby
3.4.0dev (2024-11-22 revision 0989400a925cd201defdca9eb28eb87200b30785)
|
Ruby's File and IO. More...
#include <rfile.h>
Data Fields | |
struct RBasic | basic |
Basic part, including flags and class. More... | |
struct rb_io * | 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.
struct RBasic RFile::basic |