<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja-JP">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=<%=h charset() %>">
  <meta http-equiv="Content-Language" content="ja-JP">
  <link rel="stylesheet" type="text/css" href="<%=h css_url() %>">
  <link rel="icon" type="image/png" href="<%=h favicon_url() %>">
  <title><%= _('Class Index') %></title>
  <link rel="search" type="application/opensearchdescription+xml" title="<%= _('Ruby %s Reference Manual', ruby_version()) %>" href="<%=h opensearchdescription_url() %>">
</head>
<body>

<p>
<%= manual_home_link() %>
&gt; <%= _('All Classes') %>
</p>
<%= search_form() %>
<%
    headline_init
%>
<%= headline(_("Class Index")) %>
<p>
<%= @entries.size %> classes/modules in database
</p>
<%
    headline_push
    @entries.each do |c|
%>
<%= headline_noescape("#{c.type} #{class_link(c.name)}") %>
<p>
<%
      c.entries.sort.each do |m| %>
<%= link_to_method(m) %>
<%    end %>
</p>
<%
    end
    headline_pop
%>
</ul>

</body>
</html>
