Sha256: 1a26f3b6db629b293ce2032fe5d9e198704806c2a88c9c84ef9200baaa87487c
Contents?: true
Size: 492 Bytes
Versions: 29
Compression:
Stored size: 492 Bytes
Contents
<% scopes(method_listing(false)) do |list, scope| %> <div id="<%= scope %>_method_details" class="method_details_list"> <% groups = list.group_by { |g| g.group.nil? ? 'ZZZ' : g.group }.sort.to_h %> <% groups.each_value do |group| %> <h2><%= group[0].group || "#{scope.to_s.capitalize} Method Details" %></h2> <% group.each_with_index do |meth, i| %> <%= yieldall :object => meth, :owner => object, :index => i %> <% end %> <% end %> </div> <% end %>
Version data entries
29 entries across 29 versions & 4 rubygems