Skip to content

Instantly share code, notes, and snippets.

@xcobar

xcobar/concat.rb Secret

Created October 31, 2019 06:55
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 xcobar/7173573e49e9af293c07a6f230946154 to your computer and use it in GitHub Desktop.
Save xcobar/7173573e49e9af293c07a6f230946154 to your computer and use it in GitHub Desktop.
msg = "Hello "
recepient = "world!"
msg += recepient
puts msg
#=> Hello world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment