| Age | Commit message (Collapse) | Author |
|
|
|
|
|
counting nil in enums; ref #1887
|
|
Add Enumerable#count
|
|
|
|
|
|
|
|
Enumrable#each_with_index return Enumerator if non block given
|
|
Add enumerable test
|
|
Kernel.loop should not catch StandardError.
|
|
Reduce implicit type casts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
take-cheeze-mrbgem_summary
|
|
into suzukaze-refactor-enumerable.rb
|
|
|
|
add unit tests for NilClass
|
|
|
|
|
|
|
|
|
|
each_with_index, find_all, inject, max, min, partition, reject, sort
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add test enumerable.rb
|
|
fix bool number to macro
|
|
fix bug when `0 + other object`
|
|
fix bug when `0 * other object`
|
|
Refactor assert_true
|
|
|
|
float + nil should be raise TypeError
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|