Skip to content

Instantly share code, notes, and snippets.

@aclarke-iseatz
Created December 5, 2012 20:14
Show Gist options
  • Save aclarke-iseatz/4219102 to your computer and use it in GitHub Desktop.
Save aclarke-iseatz/4219102 to your computer and use it in GitHub Desktop.
str1 = "foo"
str2 = "bar"
str3 = "#{str1}#{str2}"
puts str3
=> "foobar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment