summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 12:29:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 12:29:04 +0000
commitb795b5c537692cabadbb50271b0f8e7ba1c1785b (patch)
treea2272068a350822e18cc8d478b725668002383df /io.c
parent3a7daf882bf737c2e9a6c7a9aece2424cb3f4547 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index 888fee9175..4b55079f23 100644
--- a/io.c
+++ b/io.c
@@ -6937,6 +6937,7 @@ VALUE pipe_close(VALUE args)
* If a block is given, the block is called and
* returns the value of the block.
* <i>read_io</i> and <i>write_io</i> are sent to the block as arguments.
+ * In this form, read_io and write_io are closed when IO.pipe returns.
*
* Not available on all platforms.
*