Sha256: 5c19e7560698a968eb81599c301c1089937593ec027892cb5bbfe348ce3ac749

Contents?: true

Size: 408 Bytes

Versions: 9

Compression:

Stored size: 408 Bytes

Contents

<% unless klass.method_list.empty? then %>
<!-- Method Quickref -->
<nav id="method-list-section" class="section">
  <h3 class="section-header">Methods</h3>

  <ul class="link-list">
    <% klass.each_method do |meth| %>
    <li <% if meth.calls_super %>class="calls-super" <% end %>><a href="#<%= meth.aref %>"><%= meth.singleton ? '::' : '#' %><%= h meth.name %></a>
    <% end %>
  </ul>
</nav>
<% end %>

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
jfish-0.1.1 lib/template/jfish/_sidebar_methods.rhtml
jfish-0.1.0 lib/template/jfish/_sidebar_methods.rhtml
candlepin-api-0.4.0 bundle/ruby/gems/rdoc-4.0.1/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
rdoc-4.0.1 lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
rdoc-4.0.0 lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
rdoc-4.0.0.rc.2.1 lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
rdoc-4.0.0.rc.2 lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
rdoc-4.0.0.preview2.1 lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
rdoc-4.0.0.preview2 lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml