[前][次][番号順一覧][スレッド一覧]

ruby-changes:12098

From: akr <ko1@a...>
Date: Sat, 20 Jun 2009 22:13:07 +0900 (JST)
Subject: [ruby-changes:12098] Ruby:r23769 (trunk): rdoc update.

akr	2009-06-20 22:12:59 +0900 (Sat, 20 Jun 2009)

  New Revision: 23769

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23769

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 23768)
+++ io.c	(revision 23769)
@@ -7197,7 +7197,7 @@
  *  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.
- *   In this form, read_io and write_io are closed when IO.pipe returns.
+ *  If read_io and write_io are not closed when IO.pipe returns, they are closed.
  *
  *  Not available on all platforms.
  *

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]