3 lines
60 B
Plaintext
3 lines
60 B
Plaintext
|
<% a_options.each do |k, v| %>
|
||
|
<%= k %>: <%= v%>
|
||
|
<% end %>
|