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