templates/default/module/html/attribute_summary.erb in yard-0.5.8 vs templates/default/module/html/attribute_summary.erb in yard-0.6.0

- old
+ new

@@ -1,6 +1,6 @@ -<% scopes(attr_listing) do |list, scope| %> - <h2><%= scope.to_s.capitalize %> Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2> +<% groups(attr_listing, "Attribute") do |list, name| %> + <h2><%= name %> <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2> <ul class="summary"> <% list.each do |meth| %> <%= yieldall :item => meth %> <% end %> </ul>