diff options
author | Samuel Williams <[email protected]> | 2024-03-22 14:56:02 +1300 |
---|---|---|
committer | <[email protected]> | 2024-03-22 14:56:02 +1300 |
commit | b4d73e9f80aa5fe72c39f42a88727fed0abb261b () | |
tree | 5eb8f9bf820074cd030f633c31daaa43d9be2f53 /include/ruby | |
parent | 35fe4b048034a8568cd2a2dc34f59dc12f644d21 (diff) |
Revert "Hide public implementation of `rb_io`. (#9568)" (#10283)
This reverts commit 9ab1fa3bf570bf19b0d6808adf12e965aacc6d83.
-rw-r--r-- | include/ruby/io.h | 119 |
1 files changed, 118 insertions, 1 deletions
@@ -137,7 +137,124 @@ struct rb_io_encoding { VALUE ecopts; }; -struct rb_io; typedef struct rb_io rb_io_t; /** @alias{rb_io_enc_t} */ |