Skip to content

Instantly share code, notes, and snippets.

@nwjlyons
Last active February 20, 2020 11:24
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 nwjlyons/5a0b52a1d2e4a899610ff9efc753f168 to your computer and use it in GitHub Desktop.
Save nwjlyons/5a0b52a1d2e4a899610ff9efc753f168 to your computer and use it in GitHub Desktop.
Embedded Ruby
<h1><%= @answer %></h1>
@answer = 42
@nwjlyons
Copy link
Author

erb -r './vars' template.erb
<h1>42</h1>

❤️ Ruby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment