aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
blob: c4ae216a142ed8260c78caa9300d5c703ed54fad (plain)
1
2
3
4
5
6
7
8
<nav id="file-list-section" class="section">
  <h3 class="section-header">Defined In</h3>
  <ul>
<% klass.in_files.each do |tl| %>
    <li><%= h tl.absolute_name %>
<% end %>
  </ul>
</nav>