diff options
| author | take-cheeze <[email protected]> | 2021-03-27 02:20:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-10 19:08:14 +0900 |
| commit | bf455fd5829065db4f9f24a48ce823e3c497e402 (patch) | |
| tree | ee55a9166044c47afc21494f4d6b4110a4a91780 /mrbgems/mruby-io/README.md | |
| parent | 44d5e214cc63a5c55dc62db688edbb2040b4f828 (diff) | |
| download | mruby-bf455fd5829065db4f9f24a48ce823e3c497e402.tar.gz mruby-bf455fd5829065db4f9f24a48ce823e3c497e402.zip | |
Add IO#getbyte
Diffstat (limited to 'mrbgems/mruby-io/README.md')
| -rw-r--r-- | mrbgems/mruby-io/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-io/README.md b/mrbgems/mruby-io/README.md index db52c4a74..407cba65c 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 | | | @@ -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 | | | |
