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