sass-site/yard/default/module/html/method_details_list.erb
2018-03-09 13:40:08 -08:00

10 lines
326 B
Plaintext

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