Skip to content

Instantly share code, notes, and snippets.

@kleytonmr
Last active June 1, 2020 02:25
Show Gist options
  • Save kleytonmr/60f2d9d9b4547c1d2caeeb537c745cfe to your computer and use it in GitHub Desktop.
Save kleytonmr/60f2d9d9b4547c1d2caeeb537c745cfe to your computer and use it in GitHub Desktop.
Union
# arr | other_array → an_array
%w[a b c] | %w[c d a] # => ["a", "b", "c", "d"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment