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