Boolean uniq

is there a method in ruby that returns true or false if an array is
unique

array.uniq? doesn’t seem to fly

On 11 Mar 2008, at 21:08, Murphy Blatt wrote:

is there a method in ruby that returns true or false if an array is
unique

what do you mean by an array being unique. whether it has no duplicates?

Fred