From b795b5c537692cabadbb50271b0f8e7ba1c1785b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Dec 2008 12:29:04 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20917 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 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. * read_io and write_io 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. * -- cgit v1.2.3