Skip to content

Instantly share code, notes, and snippets.

Created April 4, 2015 11:19
Show Gist options
  • Save anonymous/0648122388927e200590 to your computer and use it in GitHub Desktop.
Save anonymous/0648122388927e200590 to your computer and use it in GitHub Desktop.
jgorak@momentum ~ $ cat template.vars
<%
you="world"
%>
jgorak@momentum ~ $ cat template.doc
Hello <%= you %>
jgorak@momentum ~ $ (cat template.vars template.doc )|erb
Hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment