mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
273 B
Text
9 lines
273 B
Text
<div id="classindex-section" class="nav-section">
|
|
<h3>Class and Module Index</h3>
|
|
|
|
<ul class="link-list">
|
|
<%- @modsort.each do |index_klass| -%>
|
|
<li><a href="<%= rel_prefix %>/<%= index_klass.path %>"><%= index_klass.full_name %></a>
|
|
<%- end -%>
|
|
</ul>
|
|
</div>
|