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

ruby-changes:12366

From: akr <ko1@a...>
Date: Mon, 13 Jul 2009 02:36:59 +0900 (JST)
Subject: [ruby-changes:12366] Ruby:r24062 (trunk): rdoc update.

akr	2009-07-13 02:36:23 +0900 (Mon, 13 Jul 2009)

  New Revision: 24062

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

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 24061)
+++ io.c	(revision 24062)
@@ -7441,6 +7441,7 @@
  *  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 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.
  *

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

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