Skip to content

Instantly share code, notes, and snippets.

@rubiii
Created July 3, 2014 21:51
Show Gist options
  • Save rubiii/96c1cb42bc57ea5f5644 to your computer and use it in GitHub Desktop.
Save rubiii/96c1cb42bc57ea5f5644 to your computer and use it in GitHub Desktop.
heredoc example. for the next time i forget the syntax.
ERB.new(<<MSG).result(binding)
Blah
ID CODE
--------------------------------------------------------
<% @codes.each do |id, code| %>
<%= id.ljust(20) %> <%= code %>
<% end %>
Blah
MSG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment