Sha256: 4c5d17022f0b892e57c6946ad0f2160c6867c96f3b76c06bb11f7646d4cc4051

Contents?: true

Size: 872 Bytes

Versions: 1

Compression:

Stored size: 872 Bytes

Contents

<h1><%= visibility.to_s.capitalize %> <%= scope.to_s.capitalize %> Method Summary</h1>
<table class="summary">
  <% method_list.each do |meth| %>
    <tr>
      <th class="signature">
        <span class='name'><%= linkify(meth, meth.name(true)) %></span><span class='args'><%= format_args meth %></span>
        <span class='block'><%= format_block meth %></span>
        <% meth.aliases.each do |obj| %>
          <span class='alias'><%= h obj.name(true) %></span>
        <% end %>
      </th>
      <td class="docstring">
        <%= htmlify meth.short_docstring %>
        <% if meth.tag(:return) && meth.tag(:return).types %>
          <p class='returns'>
            Returns: 
              <span class='return_types'>
                 <%= format_return_types meth %>
              </span>
          </p>
        <% end %>
      </td>
    </tr>
  <% end %>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-0.2.2 templates/default/methodsummary/html/summary.erb