Sha256: e718989e00519eda9d4fa01e91426e62d89251e7d5a37316806c0c4633f27af4

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

<% 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 %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deg-yard-0.8.7.4 templates/default/module/html/method_summary.erb
deg-yard-0.8.7.3 templates/default/module/html/method_summary.erb
deg-yard-0.8.7.1 templates/default/module/html/method_summary.erb