Created
March 11, 2013 15:36
-
-
Save makanimason/5135096 to your computer and use it in GitHub Desktop.
same as this gist, https://gist.github.com/pquimo/5135035, except using an array instead
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
names = [] | |
names << "Ylva" | |
names << "Brighid" | |
names.each do |name| | |
puts name | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment