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

ruby-changes:7860

From: matz <ko1@a...>
Date: Tue, 16 Sep 2008 18:39:29 +0900 (JST)
Subject: [ruby-changes:7860] Ruby:r19381 (trunk): * io.c (rb_io_readbyte): rdoc updated.

matz	2008-09-16 18:36:06 +0900 (Tue, 16 Sep 2008)

  New Revision: 19381

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

  Log:
    * io.c (rb_io_readbyte): rdoc updated.  [ruby-core:18617]

  Modified files:
    trunk/ChangeLog
    trunk/io.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19380)
+++ ChangeLog	(revision 19381)
@@ -5,6 +5,8 @@
 
 	* io.c (rb_io_readlines, rb_f_gets): ditto.
 
+	* io.c (rb_io_readbyte): rdoc updated.  [ruby-core:18617]
+
 Tue Sep 16 11:55:16 2008  Yukihiro Matsumoto  <matz@r...>
 
 	* string.c (rb_str_each_codepoint): add new methods, #codepoints
Index: io.c
===================================================================
--- io.c	(revision 19380)
+++ io.c	(revision 19381)
@@ -2748,7 +2748,7 @@
  *  call-seq:
  *     ios.readbyte   => fixnum
  *
- *  Reads a character as with <code>IO#getc</code>, but raises an
+ *  Reads a byte as with <code>IO#getbyte</code>, but raises an
  *  <code>EOFError</code> on end of file.
  */
 

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

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