Skip to content

Instantly share code, notes, and snippets.

@nixsticks
Created November 18, 2013 21:30
Show Gist options
  • Save nixsticks/7535672 to your computer and use it in GitHub Desktop.
Save nixsticks/7535672 to your computer and use it in GitHub Desktop.
rainbow = []
["red", "orange", "yellow", "green", "blue", "indigo", "violet"].each do |color|
rainbow << color
end
puts rainbow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment