Sha256: 27445ab7e16287786ea0e8f94e94f74b5b17c3fdde4cc1a50e8bcbef7bed9961

Contents?: true

Size: 378 Bytes

Versions: 21

Compression:

Stored size: 378 Bytes

Contents

<%- if klass.type == 'class' then %>
<div id="parent-class-section" class="nav-section">
  <h3>Parent</h3>

  <%- if klass.superclass and not String === klass.superclass then -%>
  <p class="link"><a href="<%= klass.aref_to klass.superclass.path %>"><%= klass.superclass.full_name %></a>
  <%- else -%>
  <p class="link"><%= klass.superclass %>
  <%- end -%>
</div>
<%- end -%>

Version data entries

21 entries across 21 versions & 7 rubygems

Version Path
rdoc-6.3.0 lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml