Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
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.
struct RBasic RFile::basic |