# File lib/more/facets/duration.rb, line 102
  def <=>(other)
    @seconds <=> other.to_i
  end