summaryrefslogtreecommitdiff
path: root/test/ruby/test_comparable.rb
AgeCommit message (Expand)Author
2019-10-26Raise on end-exclusive ranges [Feature #14784]Nobuyoshi Nakada
2019-10-25Fixed range argument condition [Feature #14784]Nobuyoshi Nakada
2019-10-16Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada
2019-06-01Ignore warnings about mismatched indentations.Hiroshi SHIBATA
2016-08-13test_comparable.rb: fix clamp testnobu
2016-08-11Comparable#clampnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-02-11* compar.c (cmp_equal): no more error hiding for Comparable#==.eregon
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-08-21compar.c: use Module#to_snobu
2014-08-19compar.c: preserve encodingsnobu
2014-01-18* compar.c (cmp_equal): warn for this release and still rescueeregon
2014-01-18* test/ruby/test_comparable.rb: specify behavior for the differenteregon
2014-01-05* compar.c (cmp_equal): remove error hiding in Comparable#==.eregon
2013-10-09compar.c: fail if recursionnobu
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2009-11-08* test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu
2008-04-24* test/ruby/test_comparable.rb: new tests for Comparable, to achievemame