diff options
| author | Tomoyuki Sahara <[email protected]> | 2016-06-21 09:49:34 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2016-06-21 09:49:34 +0900 |
| commit | 2af2a4fff838ef7f84a357252ab3afe8d8359b68 (patch) | |
| tree | 08ce40f652051e3bcda7c1563b5000f1228ab56f /README.md | |
| parent | 1c4428880b2f0f0fcd81ea2debc5f4459a7ed53c (diff) | |
| download | mruby-2af2a4fff838ef7f84a357252ab3afe8d8359b68.tar.gz mruby-2af2a4fff838ef7f84a357252ab3afe8d8359b68.zip | |
add IO#isatty and IO#tty?
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ mruby-io ======== -IO, File module for mruby +`IO` and `File` classes for mruby ## Installation Add the line below to your `build_config.rb`: @@ -62,7 +62,7 @@ Add the line below to your `build_config.rb`: | IO#gets | o | | | IO#internal_encoding | | | | IO#ioctl | | | -| IO#isatty, IO#tty? | | | +| IO#isatty, IO#tty? | o | | | IO#lineno | | | | IO#lineno= | | | | IO#lines | | obsolete | |
