|
Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
|
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 |