summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-12 17:36:23 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-12 17:36:23 +0000
commite13fb8029b87943ab8af2211226b7c9347d3976d (patch)
tree92e8dd651d59a3b6308b0ce4ef8aef726c780f28 /io.c
parent796fc30f8404061d173bb48f1af0a5a35ce5c900 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24062 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 0961f34ce5..517f02bb4c 100644
--- a/io.c
+++ b/io.c
@@ -7441,6 +7441,7 @@ pipe_pair_close(VALUE rw)
* returns the value of the block.
* <i>read_io</i> and <i>write_io</i> are sent to the block as arguments.
* If read_io and write_io are not closed when the block exits, they are closed.
+ * i.e. closing read_io and/or write_io doesn't cause an error.
*
* Not available on all platforms.
*