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

ruby-changes:13022

From: nobu <ko1@a...>
Date: Sun, 6 Sep 2009 10:35:11 +0900 (JST)
Subject: [ruby-changes:13022] Ruby:r24767 (trunk): * io.c: fixed rdoc, a patch from Nobuhiro IMAI at .

nobu	2009-09-06 10:34:21 +0900 (Sun, 06 Sep 2009)

  New Revision: 24767

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

  Log:
    * io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].

  Modified files:
    trunk/ChangeLog
    trunk/io.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24766)
+++ ChangeLog	(revision 24767)
@@ -1,3 +1,7 @@
+Sun Sep  6 10:34:19 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
+
 Sun Sep  6 05:19:09 2009  NARUSE, Yui  <naruse@r...>
 
 	* io.c: Add rdoc for ARGF.
Index: io.c
===================================================================
--- io.c	(revision 24766)
+++ io.c	(revision 24767)
@@ -8976,9 +8976,9 @@
  *
  *     ARGF.getbyte #=> 102
  *     ARGF.getbyte #=> 111
+ *     ARGF.getbyte #=> 111
  *     ARGF.getbyte #=> 10
  *     ARGF.getbyte #=> nil
- *     ARGF.getbyte #=> nil
  */
 static VALUE
 argf_getbyte(VALUE argf)

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

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