Sha256: 7d2a7a924705b41dcf3bcdc04d39fcf390df65c80a28d1b1348cdf5e7becdd9a
Contents?: true
Size: 753 Bytes
Versions: 3
Compression:
Stored size: 753 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta content="text/html; charset=<%= @options.charset %>" http-equiv="Content-Type" /> <title>Classes/Modules</title> <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" /> </head> <body class="indexpage"> <% $stderr.sync = true %> <h1><%= h @options.title %></h1> <p>This is the API documentation for '<%= @options.title %>'.</p> <h2>Classes/Modules</h2> <ul> <% @modsort.each do |klass| %> <li class="<%= klass.type %>"><a href="<%= klass.path %>"><%= klass.full_name %></a></li> <% end %> </ul> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems