Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
|
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.
RBIMPL
or rbimpl
are implementation details. Don't take them as canon. They could rapidly appear then vanish. The name (path) of this header file is also an implementation detail. Do not expect it to persist at the place it is now. Developers are free to move it anywhere anytime at will. __VA_ARGS__
is always available. We assume C99 for ruby itself but we don't assume languages of extension libraries. They could be written in C++98. 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().