olddoc.git  about / heads / tags
olddoc - old-fashioned RDoc generator(s)
blob 8dab782b17be4902f753ff84f886a4d63d49bf21 256 bytes (raw)
$ git show v1.3.0:lib/oldweb/_sidebar_extends.rhtml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
<%
unless klass.extends.empty?
%><p><b>Extended with:</b> <%
  klass.each_extend do |ext|
    unless String === ext.module
%><a
href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a><%
    else
%><%= ext.name %><%
    end
  end
end
%>

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