File: method_details_list.erb

package info (click to toggle)
yard 0.9.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,736 kB
  • sloc: ruby: 31,680; javascript: 7,658; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
<% scopes(method_listing(false)) do |list, scope| %>
  <div id="<%= scope %>_method_details" class="method_details_list">
    <h2><%= scope.to_s.capitalize %> Method Details</h2>

    <% list.each_with_index do |meth, i| %>
      <%= yieldall :object => meth, :owner => object, :index => i %>
    <% end %>
  </div>
<% end %>