Support for any kind of postfix lookup tables

This commit is contained in:
Stanislav Voroniy
2015-09-30 09:54:46 +02:00
parent 3b2a268d6d
commit 525d67394a
5 changed files with 84 additions and 52 deletions

View File

@@ -5,5 +5,5 @@
#
<% @map.each do |key, value| -%>
<%= key %> <%= value %>
<%= key %><%= @separator %><%= value %>
<% end unless @map.nil? -%>