File tree 1 file changed +4
-4
lines changed
lib/rdoc/generator/template/rorvswild
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< h3 > Class Methods</ h3 >
4
4
< ul class ="link-list " role ="directory ">
5
5
<%- class_methods . each do |meth | -%>
6
- < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h ":: #{ meth . name } " -%> </ a >
6
+ < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h meth . name -%> </ a >
7
7
<%- end -%>
8
8
</ ul >
9
9
</ div >
13
13
< div class ="nav-section ">
14
14
< h3 > Instance Methods</ h3 >
15
15
< ul class ="link-list " role ="directory ">
16
- <%- klass . instance_method_list . sort . each do |meth | -%>
17
- < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h "# #{ meth . name } " -%> </ a >
16
+ <%- instance_methods . each do |meth | -%>
17
+ < li <%- if meth . calls_super %> class ="calls-super " <%- end %> > < a href ="# <%= meth . aref %> "> <%= h meth . name -%> </ a >
18
18
<%- end -%>
19
19
</ ul >
20
20
</ div >
21
- <% end %>
21
+ <% end %>
You can’t perform that action at this time.
0 commit comments