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