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

ruby-changes:13526

From: akr <ko1@a...>
Date: Sun, 11 Oct 2009 18:34:35 +0900 (JST)
Subject: [ruby-changes:13526] Ruby:r25302 (trunk): rdoc update.

akr	2009-10-11 18:34:25 +0900 (Sun, 11 Oct 2009)

  New Revision: 25302

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

  Log:
    rdoc update.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 25301)
+++ io.c	(revision 25302)
@@ -1062,7 +1062,7 @@
 
 /*
  *  call-seq:
- *     ios.seek(amount, whence=SEEK_SET) -> 0
+ *     ios.seek(amount, whence=IO::SEEK_SET) -> 0
  *
  *  Seeks to a given offset <i>anInteger</i> in the stream according to
  *  the value of <i>whence</i>:
@@ -3686,7 +3686,7 @@
 
 /*
  *  call-seq:
- *     ios.sysseek(offset, whence=SEEK_SET)   => integer
+ *     ios.sysseek(offset, whence=IO::SEEK_SET)   => integer
  *
  *  Seeks to a given <i>offset</i> in the stream according to the value
  *  of <i>whence</i> (see <code>IO#seek</code> for values of
@@ -8633,7 +8633,7 @@
 
 /*
  *  call-seq:
- *     ARGF.seek(amount, whence=SEEK_SET) -> 0
+ *     ARGF.seek(amount, whence=IO::SEEK_SET) -> 0
  *
  *  Seeks to offset _amount_ (an +Integer+) in the +ARGF+ stream according to
  *  the value of _whence_. See +IO#seek+ for further details.

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

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