|
Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
|
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 |