Sha256: 35790f864c36bfda5c04fd48f74caad5e39c6a65ddbe59b501bf0572072e0132

Contents?: true

Size: 271 Bytes

Versions: 2

Compression:

Stored size: 271 Bytes

Contents

<% groups(attr_listing, "Attribute") 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 %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yard-0.9.18 templates/default/module/html/attribute_summary.erb
yard-0.9.17 templates/default/module/html/attribute_summary.erb