Sha256: 8cb4bb1f9bcbb67515119a32f19b82580637911dfe12017224fecae474b971c8

Contents?: true

Size: 483 Bytes

Versions: 111

Compression:

Stored size: 483 Bytes

Contents

<% unless klass.includes.empty? then %>
<!-- Included Modules -->
<nav id="includes-section" class="section">
  <h3 class="section-header">Included Modules</h3>

  <ul class="link-list">
  <% klass.each_include do |inc| %>
  <% unless String === inc.module then %>
    <li><a class="include" href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a>
  <% else %>
    <li><span class="include"><%= inc.name %></span>
  <% end %>
  <% end %>
  </ul>
</nav>
<% end %>

Version data entries

111 entries across 89 versions & 22 rubygems

Version Path
horseman-0.0.4 vendor/ruby/1.9.1/gems/rdoc-3.11/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
horseman-0.0.4 vendor/ruby/1.9.1/gems/rdoc-3.12/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
horseman-0.0.3 vendor/ruby/1.9.1/gems/rdoc-3.12/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
horseman-0.0.3 vendor/ruby/1.9.1/gems/rdoc-3.11/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
horseman-0.0.2 vendor/ruby/1.9.1/gems/rdoc-3.11/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
rdoc-3.12 lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
rdoc-3.11 lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
rdoc-3.10 lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
rdoc-3.10.pre.3 lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
rdoc-3.10.pre.2 lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
rdoc-3.10.pre.1 lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml