Sha256: 68982577329e69bff2f1bd560cc2dfd8dfdcc6cf29fa5cc58a89cf968ef7b5c3

Contents?: true

Size: 364 Bytes

Versions: 4

Compression:

Stored size: 364 Bytes

Contents

<% if method_listing.size > 0 %>
  <% scopes(method_listing) do |list, scope| %>
    <h2>
      <%= scope.to_s.capitalize %> Method Summary
      <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
    </h2>

    <ul class="summary">
      <% list.each do |meth| %>
        <%= yieldall :item => meth %>
      <% end %>
    </ul>
  <% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yard-0.5.8 templates/default/module/html/method_summary.erb
yard-0.5.7 templates/default/module/html/method_summary.erb
yard-0.5.6 templates/default/module/html/method_summary.erb
yard-0.5.5 templates/default/module/html/method_summary.erb