Sha256: ea610457ef4d50213b20b1b21a9fae29f12cf1f993815a217a6bccb420e1d46a
Contents?: true
Size: 931 Bytes
Versions: 5
Compression:
Stored size: 931 Bytes
Contents
<h1><%= visibility.to_s.capitalize %> <%= scope.to_s.capitalize %> Method Summary</h1> <table class="summary" border="1" width="100%"> <% method_list.each do |meth| %> <tr> <td width="70" align="right" valign="top"> <small><%= format_return_types(meth) || "Object" %></small> </td> <td> <tt> <span class='name'><%= linkify(meth, meth.name) %></span><span class='args'><%= format_args meth %></span> <span class='block'><%= format_block meth %></span> </tt> <span class="indent"> <% unless meth.docstring.summary.empty? %> <br /> <%= meth.docstring.summary %> <% end %> <% if meth.has_tag?(:deprecated) %> <br /><strong>Deprecated.</strong> <em><%= meth.tag(:deprecated).text %></em> <% end %> </span> </td> </tr> <% end %> </table>
Version data entries
5 entries across 5 versions & 1 rubygems