Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
|
Go to the source code of this file.
Data Structures | |
struct | RFile |
Ruby's File and IO. More... |
Macros | |
#define | RFILE(obj) |
Convenient casting macro. |
Defines struct RFile.
Definition in file rfile.h.
#define RFILE | ( | obj | ) |
Convenient casting macro.
obj | An object, which is in fact an RFile. |
Definition at line 50 of file rfile.h.
Referenced by rb_io_closed_p(), rb_io_descriptor(), rb_io_maybe_wait(), rb_io_open_descriptor(), and rb_io_path().