mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enumerator.c: fix documents.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
45ef2e8ef2
commit
c8048c5f07
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Jan 29 22:29:48 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
|
* enumerator.c: fix documents.
|
||||||
|
|
||||||
Tue Jan 29 22:27:11 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
Tue Jan 29 22:27:11 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
* range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.
|
* range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.
|
||||||
|
|
|
@ -427,7 +427,7 @@ enumerator_next(VALUE obj)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* e.next? => e
|
* e.rewind => e
|
||||||
*
|
*
|
||||||
* Rewinds the enumeration sequence by the next method.
|
* Rewinds the enumeration sequence by the next method.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue