Commit 0761b172 authored by Akito Mochizuki's avatar Akito Mochizuki

update implemented methods table

parent e60951a3
...@@ -20,7 +20,7 @@ IO, File module for mruby ...@@ -20,7 +20,7 @@ IO, File module for mruby
| IO.popen | o | | | IO.popen | o | |
| IO.read | o | | | IO.read | o | |
| IO.readlines | | | | IO.readlines | | |
| IO.select | | | | IO.select | o | |
| IO.sysopen | o | | | IO.sysopen | o | |
| IO.try_convert | | | | IO.try_convert | | |
| IO.write | | | | IO.write | | |
...@@ -34,8 +34,8 @@ IO, File module for mruby ...@@ -34,8 +34,8 @@ IO, File module for mruby
| IO#chars | | obsolete | | IO#chars | | obsolete |
| IO#clone, IO#dup | | | | IO#clone, IO#dup | | |
| IO#close | o | | | IO#close | o | |
| IO#close_on_exec= | | | | IO#close_on_exec= | o | |
| IO#close_on_exec? | | | | IO#close_on_exec? | o | |
| IO#close_read | | | | IO#close_read | | |
| IO#close_write | | | | IO#close_write | | |
| IO#closed? | o | | | IO#closed? | o | |
...@@ -48,8 +48,8 @@ IO, File module for mruby ...@@ -48,8 +48,8 @@ IO, File module for mruby
| IO#external_encoding | | | | IO#external_encoding | | |
| IO#fcntl | | | | IO#fcntl | | |
| IO#fdatasync | | | | IO#fdatasync | | |
| IO#fileno, IO#to_i | | | | IO#fileno, IO#to_i | o | |
| IO#flush | | | | IO#flush | o | |
| IO#fsync | | | | IO#fsync | | |
| IO#getbyte | | | | IO#getbyte | | |
| IO#getc | o | | | IO#getc | o | |
...@@ -109,7 +109,7 @@ IO, File module for mruby ...@@ -109,7 +109,7 @@ IO, File module for mruby
| File.executable? | | FileTest | | File.executable? | | FileTest |
| File.executable_real? | | FileTest | | File.executable_real? | | FileTest |
| File.exist?, exists? | o | FileTest | | File.exist?, exists? | o | FileTest |
| File.expand_path | | | | File.expand_path | o | |
| File.extname | o | | | File.extname | o | |
| File.file? | o | FileTest | | File.file? | o | FileTest |
| File.fnmatch, File.fnmatch? | | | | File.fnmatch, File.fnmatch? | | |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment