olddoc.git  about / heads / tags
olddoc - old-fashioned RDoc generator(s)
blob 46a1d1d286978d81d372e0b2ea3b98683331f3fd 267 bytes (raw)
$ git show v1.5.0:lib/oldweb/_sidebar_includes.rhtml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
<%
unless klass.includes.empty?
%><p><b>Included modules:</b> <%
  klass.each_include do |inc|
    unless String === inc.module %><a
href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a><%
    else %><%=
      inc.name %><%
    end
  end
end
%>

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