Skip to content

Instantly share code, notes, and snippets.

@LTe
Created May 12, 2011 21:21
Show Gist options
  • Save LTe/969476 to your computer and use it in GitHub Desktop.
Save LTe/969476 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p0 > @var = "sth"
=> "sth"
ruby-1.9.2-p0 > "#@var/another"
=> "sth/another"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment