Skip to content

Instantly share code, notes, and snippets.

@michaelwehrley
Created September 21, 2015 17:31
Show Gist options
  • Save michaelwehrley/5d6eb766ea2b4614981e to your computer and use it in GitHub Desktop.
Save michaelwehrley/5d6eb766ea2b4614981e to your computer and use it in GitHub Desktop.
simple example of string interpolation
puts 'What\'s your favorite number?'
number = gets
puts "That's nice, but you should really consider #{number.to_i + 1}! It is a better number."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment