Sha256: b60f5e42eca1c7680151de9789294adec87f66e164451fbd52658eebea50f838

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

<% scopes(method_listing) do |list, scope| %>
  <h2><%= scope.to_s.capitalize %> Method Summary</h2>

  <ul class="summary">
    <% list.each do |meth| %>
      <%= yieldall :item => meth %>
    <% end %>
  </ul>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-0.5.3 templates/default/module/html/method_summary.erb
yard-0.5.2 templates/default/module/html/method_summary.erb
yard-0.5.1p1 templates/default/module/html/method_summary.erb
yard-0.5.1 templates/default/module/html/method_summary.erb
yard-0.5.0 templates/default/module/html/method_summary.erb