Ruby
3.4.0dev (2024-12-06 revision 892c46283a5ea4179500d951c9d4866c0051f27b)
|
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 |