summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
blob: 0ba1d2be8040d4e9ced25f28f383cd2f7692d0bd (plain)
1
2
3
4
5
6
7
8
9
<div id="file-list-section" class="nav-section">
  <h3>Defined In</h3>

  <ul>
<% klass.in_files.each do |tl| %>
    <li><%= h tl.relative_name %>
<% end %>
  </ul>
</div>