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

ruby-changes:22664

From: marcandre <ko1@a...>
Date: Tue, 21 Feb 2012 08:55:30 +0900 (JST)
Subject: [ruby-changes:22664] marcandRe: r34713 (ruby_1_9_3): merge revision(s) 34712:

marcandre	2012-02-21 08:55:19 +0900 (Tue, 21 Feb 2012)

  New Revision: 34713

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

  Log:
    merge revision(s) 34712:
    
            * enumerator.c (enumerator_rewind): update the documentation.
              fixed: #6053

  Modified files:
    branches/ruby_1_9_3/enumerator.c

Index: ruby_1_9_3/enumerator.c
===================================================================
--- ruby_1_9_3/enumerator.c	(revision 34712)
+++ ruby_1_9_3/enumerator.c	(revision 34713)
@@ -755,7 +755,7 @@
  * call-seq:
  *   e.rewind   -> e
  *
- * Rewinds the enumeration sequence by one step.
+ * Rewinds the enumeration sequence to the beginning.
  *
  * If the enclosed object responds to a "rewind" method, it is called.
  */

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

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