summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io/README.md
diff options
context:
space:
mode:
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 | | |