summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-04-10 19:08:51 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-04-10 19:08:51 +0900
commit2cb9a0653aaa78c2897a89b680926f0caa819b37 (patch)
tree0f9fbb7f951bbc7946a8c6cd8e9cf51f44c9ae32 /mrbgems/mruby-io/README.md
parent44d5e214cc63a5c55dc62db688edbb2040b4f828 (diff)
parent5cac9c847806707c4d651d3563e5723a7b4ccee7 (diff)
downloadmruby-2cb9a0653aaa78c2897a89b680926f0caa819b37.tar.gz
mruby-2cb9a0653aaa78c2897a89b680926f0caa819b37.zip
Merge branch 'io_getbyte' close #5389
Diffstat (limited to 'mrbgems/mruby-io/README.md')
-rw-r--r--mrbgems/mruby-io/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-io/README.md b/mrbgems/mruby-io/README.md
index db52c4a74..2c5d7a9ac 100644
--- a/mrbgems/mruby-io/README.md
+++ b/mrbgems/mruby-io/README.md
@@ -59,7 +59,7 @@ Add the line below to your build configuration.
| IO#fileno, IO#to_i | o | |
| IO#flush | o | |
| IO#fsync | | |
-| IO#getbyte | | |
+| IO#getbyte | o | |
| IO#getc | o | |
| IO#gets | o | |
| IO#internal_encoding | | |
@@ -77,7 +77,7 @@ Add the line below to your build configuration.
| IO#puts | o | |
| IO#read | o | |
| IO#read_nonblock | | |
-| IO#readbyte | | |
+| IO#readbyte | o | |
| IO#readchar | o | |
| IO#readline | o | |
| IO#readlines | o | |
@@ -93,7 +93,7 @@ Add the line below to your build configuration.
| IO#sysseek | o | |
| IO#syswrite | o | |
| IO#to_io | | |
-| IO#ungetbyte | | |
+| IO#ungetbyte | o | |
| IO#ungetc | o | |
| IO#write | o | |
| IO#write_nonblock | | |