|
Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
|
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 |