Sha256: 667c3fd49f1d9dc7a8047954e19623658694cdbd93896d81c084f38075772b8d

Contents?: true

Size: 734 Bytes

Versions: 1

Compression:

Stored size: 734 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <%= render :html_head %>
    <title>All Methods</title>
    <base target="main" />
  </head>
  <body>
    <div id="nav" class="methods">
      <h1>Method List</h1>
      <ul>
      <% for obj in objects %>
        <li nowrap="nowrap">
          <%= linkify(obj, (obj.scope == :class ? '' : '#') + obj.name.to_s, nil, false) %> 
          <% if obj.namespace == Registry.root %>
            <em>(Global method)</em>
          <% else %>
            <em>(<%= obj.namespace.type %> <%= obj.namespace.name %>)</em>
          <% end %>
        </li>
      <% end %>
      </ul>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-0.2.3 templates/default/fulldoc/html/all_methods.erb