summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml')
-rw-r--r--ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml15
1 files changed, 0 insertions, 15 deletions
diff --git a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml b/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
deleted file mode 100644
index 2bd8efee99..0000000000
--- a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
+++ /dev/null
@@ -1,15 +0,0 @@
-<% unless klass.extends.empty? then %>
-<div id="extends-section" class="nav-section">
- <h3>Extended With Modules</h3>
-
- <ul class="link-list">
- <% klass.each_extend do |ext| %>
- <% unless String === ext.module then %>
- <li><a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a>
- <% else %>
- <li><span class="extend"><%= ext.name %></span>
- <% end %>
- <% end %>
- </ul>
-</div>
-<% end %>