File: attribute_summary.erb

package info (click to toggle)
yard 0.9.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 5,720 kB
  • sloc: ruby: 31,354; javascript: 7,608; makefile: 21
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
<% 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 %>