Created
December 9, 2015 07:42
-
-
Save SamGerber-zz/e245d238f2155bf83201 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
@answer = "42" # => "42" | |
"Deep Thought said #{@answer} is the answer." # => "Deep Thought said 42 is the answer." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment