summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io/README.md
diff options
context:
space:
mode:
authorksss <[email protected]>2017-12-17 14:50:43 +0900
committerksss <[email protected]>2017-12-17 18:02:37 +0900
commit35185e69bff725e0f11d49db9b2793185fe9927f (patch)
tree93c0a3f5fdb0a012a697e429ad535645d508fa1c /mrbgems/mruby-io/README.md
parentddb1aae41de507efb9ab3d7ec2edb23911888783 (diff)
downloadmruby-35185e69bff725e0f11d49db9b2793185fe9927f.tar.gz
mruby-35185e69bff725e0f11d49db9b2793185fe9927f.zip
Implement IO#initialize_copy
Diffstat (limited to 'mrbgems/mruby-io/README.md')
-rw-r--r--mrbgems/mruby-io/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/README.md b/mrbgems/mruby-io/README.md
index 0f50e24ec..256fb8195 100644
--- a/mrbgems/mruby-io/README.md
+++ b/mrbgems/mruby-io/README.md
@@ -40,7 +40,7 @@ Add the line below to your `build_config.rb`:
| IO#binmode? | | |
| IO#bytes | | obsolete |
| IO#chars | | obsolete |
-| IO#clone, IO#dup | | |
+| IO#clone, IO#dup | o | |
| IO#close | o | |
| IO#close_on_exec= | o | |
| IO#close_on_exec? | o | |