Sha256: 6ca1fe9cd3b0a3ac9ad219ed8a7352969114b5d6dac6188593b69a679110f143

Contents?: true

Size: 668 Bytes

Versions: 49

Compression:

Stored size: 668 Bytes

Contents

<p class="signature <%= 'first' if @index == 0 %>" id="<%= anchor_for(object) %>">
  <% if object.tags(:overload).size == 1 %>
    <%= signature(object.tag(:overload), false) %>
  <% elsif object.tags(:overload).size > 1 %>
    <% object.tags(:overload).each do |overload| %>
      <span class="overload"><%= signature(overload, false) %></span>
    <% end %>
  <% else %>
    <%= signature(object, false) %>
  <% end %>

  <% if object.aliases.size > 0 %>
    <span class="aliases">Also known as:
    <span class="names"><%= object.aliases.map {|o| 
      "<span id='#{anchor_for(o)}'>" + h(o.name.to_s) + "</span>" }.join(", ") %></span>
    </span>
  <% end %>
</p>

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
challah-0.6.2 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.6.1 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.6.0 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.5.4 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.5.3 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.5.2 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.5.1 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.5.0 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.4.1 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.4.0 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.3.5 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.3.4 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.3.3 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.3.2 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.3.1 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.3.0 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.2.1 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
challah-0.2.0 vendor/bundle/gems/yard-0.7.5/templates/default/method_details/html/method_signature.erb
yard-0.7.5 templates/default/method_details/html/method_signature.erb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/templates/default/method_details/html/method_signature.erb