File: method_details_list.erb

package info (click to toggle)
ruby-enumerable-statistics 2.0.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,132 kB
  • sloc: ruby: 2,220; ansic: 1,921; javascript: 408; makefile: 8; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download | duplicates (9)
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 %>