rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
796fc30f84
commit
e13fb8029b
1
io.c
1
io.c
@ -7441,6 +7441,7 @@ pipe_pair_close(VALUE rw)
|
|||||||
* returns the value of the block.
|
* returns the value of the block.
|
||||||
* <i>read_io</i> and <i>write_io</i> are sent to the block as arguments.
|
* <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.
|
* 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.
|
* Not available on all platforms.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user