# File lib/more/facets/tuple.rb, line 145
  def eql?( other )
    return true if object_id == other.object_id
    ##return true if values.eql? other.values
  end