Skip to content

Instantly share code, notes, and snippets.

@beathyate
Created July 3, 2014 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beathyate/65f5c78eca0e1307c501 to your computer and use it in GitHub Desktop.
Save beathyate/65f5c78eca0e1307c501 to your computer and use it in GitHub Desktop.
I did not know you could do that… (Ruby 2.1.2)
irb(main):001:0> @amigo = "Juan"
=> "Juan"
irb(main):002:0> "Hola #@amigo"
=> "Hola Juan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment