Changes

Advanced Ruby Arrays

No change in size, 12:25, 1 December 2007
Identifying Unique Array Elements
</pre>
Note that in this instance, the original array is unchanged by the ''uniq'' method. if If you really wanted to strip out the duplicates from an array such that the array itself is altered, use the ''uniq!'' method as follows:
<pre>