Ruby
3.4.0dev (2024-11-05 revision 348a53415339076afc4a02fcd09f3ae36e9c4c61)
|
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 |