summaryrefslogtreecommitdiffstats
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
commitbc25af2dbfcdd82d1df693683174e01516a669eb (patch)
tree92e8dd651d59a3b6308b0ce4ef8aef726c780f28 /io.c
parentbd50695d20ecdda4c42f8d21b93dc1211a94e044 (diff)
downloadruby-bc25af2dbfcdd82d1df693683174e01516a669eb.tar.gz
ruby-bc25af2dbfcdd82d1df693683174e01516a669eb.tar.xz
ruby-bc25af2dbfcdd82d1df693683174e01516a669eb.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/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 0961f34ce..517f02bb4 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.
*