merge revision(s) 34712:

* enumerator.c (enumerator_rewind): update the documentation.
          fixed: #6053

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2012-02-20 23:55:19 +00:00
parent 95c3026f97
commit a81a817297

View file

@ -755,7 +755,7 @@ enumerator_feed(VALUE obj, VALUE v)
* 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.
*/