Skip to content

Instantly share code, notes, and snippets.

@pquimo
Created March 11, 2013 15:36
Show Gist options
  • Save pquimo/5135096 to your computer and use it in GitHub Desktop.
Save pquimo/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
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