Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created September 22, 2010 23:12
Show Gist options
  • Save marioaquino/592758 to your computer and use it in GitHub Desktop.
Save marioaquino/592758 to your computer and use it in GitHub Desktop.
a, b = 'hey', 'now'
v1 = <<Foo.upcase
#{a + b}
Foo
puts v1
v2 = <<'Foo'.upcase
#{a + b}
Foo
puts v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment