Created
March 9, 2015 09:46
-
-
Save launchkit-codes/10578297062eb5216a86 to your computer and use it in GitHub Desktop.
Interpolation Behind the Scene
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
| class ValentineDay | |
| def to_s | |
| "I love you" | |
| end | |
| end | |
| puts "#{ValentineDay.new}" # => I love you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment