Skip to content

Instantly share code, notes, and snippets.

@eqdw
Created January 26, 2013 00:42
Show Gist options
  • Save eqdw/4639252 to your computer and use it in GitHub Desktop.
Save eqdw/4639252 to your computer and use it in GitHub Desktop.
foo = "string "
bar = "interpolation"
s = "this is a string doing #{foo + bar}"
#{this is a comment}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment