git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-06-20 19:15:08 +00:00
Родитель fa2ab2fca3
Коммит 5baa0431b9
1 изменённых файлов: 1 добавлений и 1 удалений

2
io.c
Просмотреть файл

@ -7197,7 +7197,7 @@ pipe_pair_close(VALUE rw)
* 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.
* If read_io and write_io are not closed when IO.pipe returns, they are closed.
* If read_io and write_io are not closed when the block exits, they are closed.
*
* Not available on all platforms.
*