olddoc.git  about / heads / tags
olddoc - old-fashioned RDoc generator(s)
blob f84fe9cdbb4acd62576bba2ec256f0e6b297ae20 216 bytes (raw)
$ git show v1.8.0:lib/oldweb/_sidebar_methods.rhtml	# shows this blob on the CLI

1
2
3
4
5
6
 
<% unless klass.method_list.empty? %>
<h3 id="method-list-section">Methods</h3><%
klass.each_method do |meth| %>
<a href="#<%= meth.aref %>"><%=
meth.singleton ? '::' : '#' %><%= h meth.name %></a><%
end %><% end %>

git clone https://80x24.org/olddoc.git