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