index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-enum-ext
/
test
Age
Commit message (
Collapse
)
Author
2018-03-27
Should raise TypeError instead of NoMethodError
ksss
2018-03-27
Support block yielding for `Enumerable#zip`
ksss
2017-12-25
`Enumerable#{one?,none?,all?,any?} to take pattern argument [Ruby2.5]
Yukihiro "Matz" Matsumoto
2017-04-03
Merge pull request #3577 from okkez/fix-return-value-of-each-slice
Yukihiro "Matz" Matsumoto
Change return value of Enumerable#each_slice
2017-04-03
Change return value of Enumerable#each_slice
Kenji Okimoto
More compatibility to CRuby.
2017-04-03
Change return value of Enumberable#each_cons
Kenji Okimoto
More compatibility to CRuby.
2016-11-11
Add regression test for Enumerable#cycle
ksss
2014-06-05
add nil#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-06-04
add Enumerable#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-03-27
Add Enumerable#zip
Jun Hiroe
2014-03-25
Enumerable#find_index
Jun Hiroe
2014-03-24
Add Enumerable#cycle
Jun Hiroe
2014-03-24
Add Enumerable#reverse_each
Jun Hiroe
2014-03-24
Enumerable#each_with_object
Jun Hiroe
2014-03-23
Add Enumerable#one?
Jun Hiroe
2014-03-23
Add Enumerable#none?
Jun Hiroe
2014-03-23
Enumerable#minmax_by
Jun Hiroe
2014-03-22
Add Enumerable#minmax
Jun Hiroe
2014-03-22
add Enumerable#min_by as well; ref #1912
Yukihiro "Matz" Matsumoto
2014-03-22
Add Enumerable#max_by
Jun Hiroe
2014-03-21
should test Enumerable#first; close #1905
Yukihiro "Matz" Matsumoto
2014-03-21
Add Enumerable#{flat_map,collect_concat}
Jun Hiroe
2014-03-18
Add Enumerable#count test
Jun Hiroe
2014-03-18
Add Enumerable#first test
Jun Hiroe
2014-03-18
Add Enumerable#sort_by test
Jun Hiroe
2013-08-04
Improve test of mruby-enum-ext GEM
Daniel Bovensiepen
2013-03-22
add Enumerable#group_by
skandhas
2013-03-22
add Enumerable#each_slice
skandhas
2013-03-22
add Enumerable#each_cons
skandhas
2013-03-19
fix spelling
skandhas
2013-03-19
add Enumerable#take, Enumerable#take_while
skandhas
2013-03-19
add Enumerable#drop_while
skandhas
2013-03-19
add Enumerable#drop
skandhas
2013-03-19
add mruby-enum-ext
skandhas