| Age | Commit message (Collapse) | Author |
|
`each_with_object` arity should be 1
|
|
|
|
|
|
Reorganize `__sort_sub__` arguments.
|
|
|
|
|
|
|
|
Change return value of Enumerable#each_slice
|
|
More compatibility to CRuby.
|
|
More compatibility to CRuby.
|
|
|
|
|
|
|
|
|
|
|
|
Fix pattern of infinite loop
And support all specs in https://github.com/ruby/spec/blob/27960d06e0ce92c37f074450f0eab4b0519b118c/core/enumerable/cycle_spec.rb without Enumerable#size
|
|
|
|
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add multi value support
* `each` method may not rewind the sequence so that `cycle` should save elements
|
|
Add Enumerable#cycle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|