# File lib/crono/time_of_day.rb, line 32
    def <=>(other)
      to_i <=> other.to_i
    end