summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-enum-ext
AgeCommit message (Collapse)Author
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, ↵Yukihiro "Matz" Matsumoto
drop_while, take, take_while, each_cons, each_slice, group_by, first, count
2014-03-18should not use nil as default value for Enumerable#count since it prevent ↵Yukihiro "Matz" Matsumoto
counting nil in enums; ref #1887
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 ↵Yukihiro "Matz" Matsumoto
take-cheeze-mrbgem_summary
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
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
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