Created
June 25, 2018 15:42
-
-
Save cnaude/af3914f949ec1669d9a2004e6b60e36a to your computer and use it in GitHub Desktop.
example erb hash uiterate
This file contains 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
Hello world. | |
<% node['attrname'].each |key,val| do -%> | |
KEY: <%= key %> | |
VAL: <%= val %> | |
<% end -%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment