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

- old
+ new

@@ -1,8 +1,8 @@ <% if method_listing.size > 0 %> - <% scopes(method_listing) do |list, scope| %> + <% groups(method_listing) do |list, name| %> <h2> - <%= scope.to_s.capitalize %> Method Summary + <%= name %> <small>(<a href="#" class="summary_toggle">collapse</a>)</small> </h2> <ul class="summary"> <% list.each do |meth| %> \ No newline at end of file