Last active
June 1, 2020 02:25
-
-
Save kleytonmr/60f2d9d9b4547c1d2caeeb537c745cfe to your computer and use it in GitHub Desktop.
Union
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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