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