summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-enum-ext
AgeCommit message (Expand)Author
2014-03-24Merge pull request #1933 from suzukaze/add-enum.cycleYukihiro "Matz" Matsumoto
2014-03-24Enumerable#reverse_each should not rely on mruby-array-ext gemYukihiro "Matz" Matsumoto
2014-03-24Add Enumerable#cycleJun Hiroe
2014-03-24improve Enumerable#reverse_each to be efficientYukihiro "Matz" Matsumoto
2014-03-24Add Enumerable#reverse_eachJun Hiroe
2014-03-24fix multiple value handling; ref #1931Yukihiro "Matz" Matsumoto
2014-03-24Enumerable#each_with_objectJun Hiroe
2014-03-24move conditional out of loopYukihiro "Matz" Matsumoto
2014-03-24Enumerable#one? to prune iteration when count > 1; ref #1926Yukihiro "Matz" Matsumoto
2014-03-23Add Enumerable#one?Jun Hiroe
2014-03-23Support multiple values in Enumerable#none?Jun Hiroe
2014-03-23Add Enumerable#none?Jun Hiroe
2014-03-23Suppoert multiple values in Enumerable#minmax_byJun Hiroe
2014-03-23Enumerable#minmax_byJun Hiroe
2014-03-22Support multiple values in Enumerable#minmaxJun Hiroe
2014-03-22Add Enumerable#minmaxJun Hiroe
2014-03-22add Enumerable#min_by as well; ref #1912Yukihiro "Matz" Matsumoto
2014-03-22wrap expr with parenYukihiro "Matz" Matsumoto
2014-03-22fix multiple value support of max_by; ref #1912Yukihiro "Matz" Matsumoto
2014-03-22Support mulitple values in Enumerable#max_byJun Hiroe
2014-03-22Add Enumerable#max_byJun Hiroe
2014-03-21should test Enumerable#first; close #1905Yukihiro "Matz" Matsumoto
2014-03-21flat_map to support multiple values; ref #1902Yukihiro "Matz" Matsumoto
2014-03-21Add Enumerable#{flat_map,collect_concat}Jun Hiroe
2014-03-21Add Enumerable#count commentJun Hiroe
2014-03-19enum methods to support multiple values; all?, any?, grep, include?, drop, dr...Yukihiro "Matz" Matsumoto
2014-03-18should not use nil as default value for Enumerable#count since it prevent cou...Yukihiro "Matz" Matsumoto
2014-03-18Add Enumerable#count testJun Hiroe
2014-03-18Add Enumerable#countJun Hiroe
2014-03-18Add Enumerable#first testJun Hiroe
2014-03-18 Add Enumerable#sort_by testJun Hiroe
2014-03-17Merge branch 'mrbgem_summary' of https://github.com/take-cheeze/mruby into ta...Yukihiro "Matz" Matsumoto
2014-03-17add Enumerable#sort_byYukihiro "Matz" Matsumoto
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-03-17add Enumerable#first to mruby-enum-extYukihiro "Matz" Matsumoto
2013-08-04Improve test of mruby-enum-ext GEMDaniel Bovensiepen
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-03-22add Enumerable#group_byskandhas
2013-03-22add Enumerable#each_sliceskandhas
2013-03-22add Enumerable#each_consskandhas
2013-03-19fix spellingskandhas
2013-03-19add Enumerable#take, Enumerable#take_whileskandhas
2013-03-19add Enumerable#drop_whileskandhas
2013-03-19add Enumerable#dropskandhas
2013-03-19add mruby-enum-extskandhas