Created
July 3, 2014 21:51
-
-
Save rubiii/96c1cb42bc57ea5f5644 to your computer and use it in GitHub Desktop.
heredoc example. for the next time i forget the syntax.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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