# File lib/timers.rb, line 79
    def <=>(other)
      @time <=> other.time
    end