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 (
Expand
)
Author
2019-09-16
Implement `Enumerable` tally from Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `filter_map` from Ruby2.6.
Yukihiro "Matz" Matsumoto
2019-07-24
Move `NilClass#to_h` to `mruby-object-ext` from `mruby-enum-ext`
KOBAYASHI Shuji
2019-02-18
Merge pull request #4284 from shuujii/use-assert_same-instead-of-assert_equal...
Yukihiro "Matz" Matsumoto
2019-02-18
Fix wrong assertion method in some tests
KOBAYASHI Shuji
2019-02-18
Use `assert_same` instead of `assert_equal` in `Enumerable#reverse_each` test
KOBAYASHI Shuji
2018-09-20
Make `#to_h` to take a block; [ruby-core:89088]
Yukihiro "Matz" Matsumoto
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
2017-04-03
Change return value of Enumerable#each_slice
Kenji Okimoto
2017-04-03
Change return value of Enumberable#each_cons
Kenji Okimoto
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