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

ruby-changes:12099

From: akr <ko1@a...>
Date: Sun, 21 Jun 2009 04:15:46 +0900 (JST)
Subject: [ruby-changes:12099] Ruby:r23770 (trunk): rdoc update.

akr	2009-06-21 04:15:08 +0900 (Sun, 21 Jun 2009)

  New Revision: 23770

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

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 23769)
+++ io.c	(revision 23770)
@@ -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.
- *  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.
  *

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

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