# File lib/more/facets/tuple.rb, line 90
  def to_s(divider=nil)
    @values.join(divider || SEGMENT_SEPARATOR)
  end