Flowdock
|(p1) public

<a href="/ruby/Set">Set</a> Union&#8212;Returns a new array by joining this array with other_array, removing duplicates.

   [ "a", "b", "c" ] | [ "c", "d", "a" ]
          #=> [ "a", "b", "c", "d" ]
Show source
Register or log in to add new notes.