1 2 3 4 5 6
<% @profiles.each do |profile, options| %> [<%= profile %>] <% options.each do |key, value| %> <%= key %> = <%= value %> <% end %> <% end %>