<% scopes(method_listing(false)) do |list, scope| %> ## <%= scope.to_s.capitalize %> Method Details <% list.each_with_index do |meth, i| %> <%= yieldall :object => meth, :owner => object, :index => i %> <% end %> <% end %>