Skip to content

Instantly share code, notes, and snippets.

@aruprakshit
Forked from duckinator/output.html
Created July 19, 2014 21:37
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 aruprakshit/e89e9cad6213250c7dbf to your computer and use it in GitHub Desktop.
Save aruprakshit/e89e9cad6213250c7dbf to your computer and use it in GitHub Desktop.
"<%= 'a' -%>
<%= 'b' %>"
"<%= 'a' %>
<%= 'b' %>"
require 'erb'
@fruits = %w(apple orange banana)
erb = ERB.new(File.open("#{__dir__}/test.html.erb").read, 0, '-')
puts erb.result binding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment