2012-11-27 04:28:14 +00:00
|
|
|
<% unless klass.method_list.empty? then %>
|
|
|
|
<!-- Method Quickref -->
|
2013-09-18 23:33:36 +00:00
|
|
|
<div id="method-list-section" class="nav-section">
|
|
|
|
<h3>Methods</h3>
|
2012-11-27 04:28:14 +00:00
|
|
|
|
2013-09-18 23:33:36 +00:00
|
|
|
<ul class="link-list" role="directory">
|
2012-11-27 04:28:14 +00:00
|
|
|
<% 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>
|
2013-09-18 23:33:36 +00:00
|
|
|
</div>
|
2012-11-27 04:28:14 +00:00
|
|
|
<% end %>
|