aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_comparable.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * compar.c (cmp_equal): no more error hiding for Comparable#==.eregon2015-02-111-4/+10
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* compar.c: use Module#to_snobu2014-08-211-1/+1
* compar.c: preserve encodingsnobu2014-08-191-0/+4
* * compar.c (cmp_equal): warn for this release and still rescueeregon2014-01-181-2/+4
* * test/ruby/test_comparable.rb: specify behavior for the differenteregon2014-01-181-2/+4
* * compar.c (cmp_equal): remove error hiding in Comparable#==.eregon2014-01-051-2/+3
* compar.c: fail if recursionnobu2013-10-091-0/+7
* compar.c: inversed comarison without infinite recursionnobu2013-02-171-0/+7
* * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu2009-11-081-16/+22
* * test/ruby/test_comparable.rb: new tests for Comparable, to achievemame2008-04-241-0/+66