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-enumerator
/
test
Age
Commit message (
Expand
)
Author
2019-09-13
Update `assert_take` for zero size take.
Yukihiro "Matz" Matsumoto
2019-09-13
Add `Enumerator.produce` from Ruby2.7
Yukihiro "Matz" Matsumoto
2019-07-28
Drop dependency from `mruby-enumerator` to `mruby-enum-ext`
KOBAYASHI Shuji
2019-02-08
Add `NoMethodError` tests to `mruby-enumerator`
KOBAYASHI Shuji
2019-02-08
Update `mruby-enumerator` test to conform the last update.
Yukihiro "Matz" Matsumoto
2019-02-08
Fix `Enumerator#(initialize|inspect)` for `nil`/`false`
KOBAYASHI Shuji
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-19
Check method existence for Enumerators; fix #3920
Yukihiro "Matz" Matsumoto
2018-03-27
Reimplement `Enumerable#zip` with Enumerator
ksss
2017-11-22
Some cosmetic changes
Yukihiro "Matz" Matsumoto
2017-10-28
Change the order of "expected" and "actual" in test
Yukihiro "Matz" Matsumoto
2017-03-30
Fix Enumerator#each_with_index with block
Kenji Okimoto
2016-12-01
Support svalue
ksss
2015-10-21
loop may return StopIteration#result; [ruby-bugs#11498]
Yukihiro "Matz" Matsumoto
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-06
Add args in Enumerator#inspect
Jun Hiroe
2014-03-23
Hash#{reject,reject!} fix yield value
ksss
2014-03-23
Hash#{select,select!} fix yield value
ksss
2014-03-23
Hash#each_{key,value} support return Enumerator
ksss
2014-03-19
Merge pull request #1882 from ksss/enum-find_all
Yukihiro "Matz" Matsumoto
2014-03-17
Enumerable#find_all return Enumerator if non block given
ksss
2014-03-17
Enumrable#each_with_index return Enumerator if non block given
ksss
2014-03-15
add test for Array#each_index if non block given
ksss
2014-03-15
fix variable name typo
ksss
2014-03-15
test split and to detail
ksss
2014-03-15
fix self modifying bug
ksss
2014-03-15
fix return value for with_index
ksss
2014-03-13
add mruby-enumerator
ksss