summaryrefslogtreecommitdiff
path: root/test/ruby/test_comparable.rb
AgeCommit message (Expand)Author
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