Created
July 28, 2015 15:57
-
-
Save antonkartashov/6f6d782613b94cb67c53 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
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