diff options
| author | Akito Mochizuki <[email protected]> | 2014-08-05 11:51:05 +0900 |
|---|---|---|
| committer | Akito Mochizuki <[email protected]> | 2014-08-05 11:51:05 +0900 |
| commit | 0761b172459199417cfe18752d1ee8b1b19ba989 (patch) | |
| tree | da6e389b18e3dc1c65fa3ee9c25c49d51421d02c | |
| parent | e60951a3052d4e38dea21566feb02cf901b6646a (diff) | |
| download | mruby-0761b172459199417cfe18752d1ee8b1b19ba989.tar.gz mruby-0761b172459199417cfe18752d1ee8b1b19ba989.zip | |
update implemented methods table
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -20,7 +20,7 @@ IO, File module for mruby | IO.popen | o | | | IO.read | o | | | IO.readlines | | | -| IO.select | | | +| IO.select | o | | | IO.sysopen | o | | | IO.try_convert | | | | IO.write | | | @@ -34,8 +34,8 @@ IO, File module for mruby | IO#chars | | obsolete | | IO#clone, IO#dup | | | | IO#close | o | | -| IO#close_on_exec= | | | -| IO#close_on_exec? | | | +| IO#close_on_exec= | o | | +| IO#close_on_exec? | o | | | IO#close_read | | | | IO#close_write | | | | IO#closed? | o | | @@ -48,8 +48,8 @@ IO, File module for mruby | IO#external_encoding | | | | IO#fcntl | | | | IO#fdatasync | | | -| IO#fileno, IO#to_i | | | -| IO#flush | | | +| IO#fileno, IO#to_i | o | | +| IO#flush | o | | | IO#fsync | | | | IO#getbyte | | | | IO#getc | o | | @@ -109,7 +109,7 @@ IO, File module for mruby | File.executable? | | FileTest | | File.executable_real? | | FileTest | | File.exist?, exists? | o | FileTest | -| File.expand_path | | | +| File.expand_path | o | | | File.extname | o | | | File.file? | o | FileTest | | File.fnmatch, File.fnmatch? | | | |
