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