# File lib/more/facets/duration.rb, line 127
  def -(other)
    self.class.new(@seconds - other.to_i, segments)
  end