summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorksss <[email protected]>2015-11-23 21:58:38 +0900
committerksss <[email protected]>2015-11-24 14:24:24 +0900
commita55accd736e13307f7e925af86751ca878be2058 (patch)
treee2378bf7375f94a377efcaba099eedbe85fbc762 /README.md
parentc9a4091b83b06b20d8e9178ce748d5b101925a2e (diff)
downloadmruby-a55accd736e13307f7e925af86751ca878be2058.tar.gz
mruby-a55accd736e13307f7e925af86751ca878be2058.zip
Implement IO.pipe
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7fa6945b..71f3f5090 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ IO, File module for mruby
| IO.copy_stream | | |
| IO.new, IO.for_fd, IO.open | o | |
| IO.foreach | | |
-| IO.pipe | | |
+| IO.pipe | o | |
| IO.popen | o | |
| IO.read | o | |
| IO.readlines | | |