Skip to content

Instantly share code, notes, and snippets.

@sei0o
Created February 8, 2015 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sei0o/10a4c53b89628c9a14ba to your computer and use it in GitHub Desktop.
Save sei0o/10a4c53b89628c9a14ba to your computer and use it in GitHub Desktop.
ERBを単体で使う
require 'erb'
str = "hello <%= sushi %>"
sushi = "japan"
erb = ERB.new str
erb.result binding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment