summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml')
-rw-r--r--ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml9
1 files changed, 0 insertions, 9 deletions
diff --git a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml b/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
deleted file mode 100644
index 0ba1d2be80..0000000000
--- a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
+++ /dev/null
@@ -1,9 +0,0 @@
-<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>