summaryrefslogtreecommitdiff
path: root/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml')
-rw-r--r--ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml12
1 files changed, 0 insertions, 12 deletions
diff --git a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml b/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
deleted file mode 100644
index 45df08d8fe..0000000000
--- a/ruby_2_2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
+++ /dev/null
@@ -1,12 +0,0 @@
-<% unless klass.method_list.empty? then %>
-<!-- Method Quickref -->
-<div id="method-list-section" class="nav-section">
- <h3>Methods</h3>
-
- <ul class="link-list" role="directory">
- <% klass.each_method do |meth| %>
- <li <% if meth.calls_super %>class="calls-super" <% end %>><a href="#<%= meth.aref %>"><%= meth.singleton ? '::' : '#' %><%= h meth.name %></a>
- <% end %>
- </ul>
-</div>
-<% end %>