Skip to content

Instantly share code, notes, and snippets.

@maplebed
Created March 15, 2013 00:07
Show Gist options
  • Save maplebed/5166423 to your computer and use it in GitHub Desktop.
Save maplebed/5166423 to your computer and use it in GitHub Desktop.
1.9.3p327 :009 > a = true
=> true
1.9.3p327 :010 > template = "a is <%= a %>."
=> "a is <%= a %>."
1.9.3p327 :011 > ERB.new(template).result(binding)
=> "a is true."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment