|
Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
|
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().