Sha256: 4a294743d97dc0e58519c02deac3faf06e3926d05260d870505ac5c85ccc43fc

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 Bytes

Contents

<% scopes(method_listing(false)) do |list, scope| %>
  <div 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

1 entries across 1 versions & 1 rubygems

Version Path
middleman-targets-1.0.5 yard/template-partials/default/module/html/method_details_list.erb