Sha256: e92d54a6f8f2c8fa7a70f11efdb0c31a83046dbdbb5b4218e3f2eb229bfc8b59

Contents?: true

Size: 440 Bytes

Versions: 35

Compression:

Stored size: 440 Bytes

Contents

<% unless klass.extends.empty? then %>
<div id="extends-section" class="nav-section">
  <h3>Extended With Modules</h3>

  <ul class="link-list">
    <% klass.each_extend do |ext| %>
  <% unless String === ext.module then %>
    <li><a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a>
  <% else %>
    <li><span class="extend"><%= ext.name %></span>
  <% end %>
  <% end %>
  </ul>
</div>
<% end %>

Version data entries

35 entries across 35 versions & 3 rubygems

Version Path
rdoc-6.1.2.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.2.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.2.0 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.1.2 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.1.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-5.0.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
ric-0.13.0 vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
ric-0.12.2 vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.1.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.1.0 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.1.0.beta3 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.1.0.beta2 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.1.0.beta1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.4 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.3 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.2 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.1 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.0 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.0.beta4 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
rdoc-6.0.0.beta3 lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml