Sha256: 6ba3fcc8bbb6e2a78ddc1e4c2adb019fd3582ca4c0948340297c640b6445f966

Contents?: true

Size: 326 Bytes

Versions: 148

Compression:

Stored size: 326 Bytes

Contents

<% 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 %>

Version data entries

148 entries across 129 versions & 17 rubygems

Version Path
challah-0.6.2 vendor/bundle/gems/yard-0.8.2.1/templates/default/module/html/method_details_list.erb
yard-0.8.2.1 templates/default/module/html/method_details_list.erb
challah-0.6.1 vendor/bundle/gems/yard-0.8.1/templates/default/module/html/method_details_list.erb
challah-0.6.1 vendor/bundle/gems/yard-0.8.2/templates/default/module/html/method_details_list.erb
yard-0.8.2 templates/default/module/html/method_details_list.erb
challah-0.6.0 vendor/bundle/gems/yard-0.8.1/templates/default/module/html/method_details_list.erb
yard-0.8.1 templates/default/module/html/method_details_list.erb
yard-0.8.0 templates/default/module/html/method_details_list.erb