Changes

Advanced Ruby Arrays

46 bytes added, 16:13, 29 February 2008
Intersection, Union and Difference
</pre>
In this case, the new array only contains elements is a copy of the ''operating_systems'' array with any items that are not were also present (i.e duplicated) in both arraysthe ''linux_systems'' array removed.
== Identifying Unique Array Elements ==