Lloyd Linklater wrote: > I am new to Ruby but I am wondering why it is that no one is using the > uniq call that gets rid of duplicates in an array. Using uniq would get rid of the duplicates in each list. The original question specified that duplicates within a list are not to be removed. > However, I don't want any duplicates from each list deleted -- Ray