Skip to content

Instantly share code, notes, and snippets.

@palmertime
Created September 20, 2016 16:45
Show Gist options
  • Save palmertime/2115bf9e759848a6258aae56cf1d5939 to your computer and use it in GitHub Desktop.
Save palmertime/2115bf9e759848a6258aae56cf1d5939 to your computer and use it in GitHub Desktop.
YAML to YAML config file
<% @config_yml.each do |key,hash| -%>
<%= key %>: <%= hash %>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment