Sha256: 8f9d43189e4ad1329380c2d8f283629b8ceaf7e8bcfc101871a2ffa247bf8dae

Contents?: true

Size: 217 Bytes

Versions: 6

Compression:

Stored size: 217 Bytes

Contents

<%- if klass.type == 'class' && (ancestors = klass.super_classes).any? -%>
<div id="parent-class-section" class="nav-section">
  <h3>Ancestors</h3>
  <%= generate_ancestor_list(ancestors, klass) %>
</div>
<%- end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rdoc-6.11.0 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
rdoc-6.10.0 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
rdoc-6.9.1 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
rdoc-6.9.0 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
rdoc-6.8.1 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
rdoc-6.8.0 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml