mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-18 07:29:20 +08:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
Defined Under Namespace:
|
|
------------------------
|
|
|
|
<% @inner.each do |name, list| %>
|
|
<% if list.size > 0 %>
|
|
<% text = list.map {|c| c.name }.join(", ") + " (#{name})" %>
|
|
<%= indent(wrap(text)) %>
|
|
|
|
<% end %>
|
|
<% end %> |