Created
June 6, 2018 15:54
-
-
Save jjuliano/fe5f99b85ab5cfe5ae9206c6547c0ef3 to your computer and use it in GitHub Desktop.
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
fruits = ["apple", "mango", "kiwi", "avocado"] | |
flavours = ["pineapple", "tomato"] | |
flavours = fruits | |
puts flavours | |
# apple | |
# mango | |
# kiwi | |
# avocado |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment