Skip to content

Instantly share code, notes, and snippets.

@jherdman
Created January 15, 2010 19:34
Show Gist options
  • Save jherdman/278341 to your computer and use it in GitHub Desktop.
Save jherdman/278341 to your computer and use it in GitHub Desktop.
# Interpolated Symbol names
>> animal = "cow"
=> "cow"
>> :"#{animal}_burger"
=> :cow_burger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment