mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
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:
parent
95c3026f97
commit
a81a817297
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue