Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Created July 28, 2015 15:57
Show Gist options
  • Save antonkartashov/6f6d782613b94cb67c53 to your computer and use it in GitHub Desktop.
Save antonkartashov/6f6d782613b94cb67c53 to your computer and use it in GitHub Desktop.
for myColor in ["red", "green", "blue"]
print "my favorite color is #{myColor}, what's yours?”
# => my favorite color is red, what's yours?
# => my favorite color is green, what's yours?
# => my favorite color is blue, what's yours?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment