|
Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
|
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().