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

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