%= include_template '_head.rhtml', {:rel_prefix => rel_prefix, :tree_keys => klass.full_name.split('::') } %>
<% unless (description = klass.description).empty? %>
<% human_desc = truncate(strip_tags(description.gsub("\n", " ").strip)) %>
<% end %>
">
Skip to Content
Skip to Search
<%= include_template '_panel.rhtml' %>
<% if ENV['HORO_PROJECT_NAME'] %>
<%= ERB::Util.html_escape(ENV['HORO_PROJECT_NAME']) %> <%= ERB::Util.html_escape(ENV['HORO_PROJECT_VERSION']) %>
<% end %>
<%= klass.module? ? 'Module' : 'Class' %>
<%= h klass.full_name %>
<% if klass.type == 'class' %>
<
<% if String === klass.superclass %>
<%= klass.superclass %>
<% elsif !klass.superclass.nil? %>
<%= h klass.superclass.full_name %>
<% end %>
<% end %>
<%= include_template '_context.rhtml', {:context => klass, :rel_prefix => rel_prefix} %>