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

ruby-changes:30925

From: nobu <ko1@a...>
Date: Sat, 21 Sep 2013 13:42:25 +0900 (JST)
Subject: [ruby-changes:30925] nobu:r43004 (trunk): io.c: [DOC]

nobu	2013-09-21 13:42:19 +0900 (Sat, 21 Sep 2013)

  New Revision: 43004

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

  Log:
    io.c: [DOC]
    
    * io.c (rb_f_select): [DOC] adjust indent.

  Modified files:
    trunk/io.c
Index: io.c
===================================================================
--- io.c	(revision 43003)
+++ io.c	(revision 43004)
@@ -8559,7 +8559,7 @@ rb_io_advise(int argc, VALUE *argv, VALU https://github.com/ruby/ruby/blob/trunk/io.c#L8559
  *      rp, wp = IO.pipe
  *      mesg = "ping "
  *      100.times {
-   *      # IO.select follows IO#read.  Not the best way to use IO.select.
+ *        # IO.select follows IO#read.  Not the best way to use IO.select.
  *        rs, ws, = IO.select([rp], [wp])
  *        if r = rs[0]
  *          ret = r.read(5)

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

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