summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-range-ext/test/range.rb
AgeCommit message (Collapse)Author
2020-12-15refactor: remove trailing whitespace from C, Header, Ruby and YAML filesJohn Bampton
Lint
2020-10-29Add beginless/endless ranges tests.Yukihiro "Matz" Matsumoto
2020-10-13Introduce endless range (a part of #5085)taiyoslime
Co-Authored-By: n4o847 <[email protected]> Co-Authored-By: smallkirby <[email protected]>
2019-09-05Fix `Range#max` test (`TypeError` is raised) on 32-bit mode with word boxingKOBAYASHI Shuji
2019-08-24Fix `Range#max` test (`TypeError` is raised) on 32-bit modeKOBAYASHI Shuji
2019-07-17Allow `mruby-range-ext` to work with `MRB_WITHOUT_FLOAT`; ref 2add8641KOBAYASHI Shuji
2019-07-09Fix Range#min fast path with exclusive rangeRyan Lopopolo
2019-07-09Add Range#max and Range#min tests from Ruby SpecRyan Lopopolo
2016-11-21Reimplements Range#firstksss
Range#first shouldn't call `Range#to_a` on infinity range.
2016-11-19Fix Range#size resultsksss
2014-05-19Add Range#sizeJun Hiroe
2013-08-04Improve test of mruby-range-ext GEMDaniel Bovensiepen
2013-04-14Add mruby-range-exth2so5