Sha256: c474ee95514a81b21f2e2fdab55bb86668c8c450f4d4b80c0794d9e9cc499096

Contents?: true

Size: 226 Bytes

Versions: 8

Compression:

Stored size: 226 Bytes

Contents

<ul class="signature <%= 'first' if @index == 0 %>" id="<%= anchor_for(object) %>">
  <% if object.tags(:url).size > 0 %>
    <% object.tags(:url).each do |url| %>
      <li><%= url.text %></li>
    <% end %>
  <% end %>
</ul>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
yard-rest-plugin-0.2.1 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.2.0 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.1.5 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.1.4 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.1.3 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.1.2 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.1.1 templates/rest/method_details/html/method_signature.erb
yard-rest-plugin-0.1.0 templates/rest/method_details/html/method_signature.erb