From bc25af2dbfcdd82d1df693683174e01516a669eb Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 12 Jul 2009 17:36:23 +0000 Subject: rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io.c') 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. * read_io and write_io 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. * -- cgit