- 18 Mar, 2014 15 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
should not use nil as default value for Enumerable#count since it prevent counting nil in enums; ref #1887
-
Yukihiro "Matz" Matsumoto authored
Add Enumerable#count
-
Yukihiro "Matz" Matsumoto authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Enumrable#each_with_index return Enumerator if non block given
-
Yukihiro "Matz" Matsumoto authored
Add enumerable test
-
Yukihiro "Matz" Matsumoto authored
Kernel.loop should not catch StandardError.
-
Yukihiro "Matz" Matsumoto authored
Reduce implicit type casts.
-
Tomoyuki Sahara authored
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Mar, 2014 3 commits
- 16 Mar, 2014 22 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/take-cheeze/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'mrbgem_summary' of https://github.com/take-cheeze/mruby into take-cheeze-mrbgem_summary
-
https://github.com/suzukaze/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'refactor-enumerable.rb' of https://github.com/suzukaze/mruby into suzukaze-refactor-enumerable.rb
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add unit tests for NilClass
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
make Enumerable methods to support multiple values; collect, detect, each_with_index, find_all, inject, max, min, partition, reject, sort
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add test enumerable.rb
-
Yukihiro "Matz" Matsumoto authored
fix bool number to macro
-
Yukihiro "Matz" Matsumoto authored
fix bug when `0 + other object`
-
Yukihiro "Matz" Matsumoto authored
fix bug when `0 * other object`
-
Yukihiro "Matz" Matsumoto authored
Refactor assert_true
-