Skip to content

Instantly share code, notes, and snippets.

@launchkit-codes
Created March 9, 2015 09:46
Show Gist options
  • Select an option

  • Save launchkit-codes/10578297062eb5216a86 to your computer and use it in GitHub Desktop.

Select an option

Save launchkit-codes/10578297062eb5216a86 to your computer and use it in GitHub Desktop.
Interpolation Behind the Scene
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