sass-site/yard/default/module/html/method_summary.erb
2018-03-09 13:40:08 -08:00

14 lines
331 B
Plaintext

<% if method_listing.size > 0 %>
<% groups(method_listing) do |list, name| %>
<h2>
<%= name %>
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
</h2>
<ul class="summary">
<% list.each do |meth| %>
<%= yieldall :item => meth %>
<% end %>
</ul>
<% end %>
<% end %>