Sha256: 079f84978bdc49967bb2a4025f17bd615d2a56d0e303421cebd8d53cd18f6d26

Contents?: true

Size: 257 Bytes

Versions: 17

Compression:

Stored size: 257 Bytes

Contents

<% n = 1 %>
<% @items.each do |item| %>
  <li class="r<%= n %> <%= item.has_tag?(:deprecated) ? 'deprecated' : '' %>">
    <%= linkify item, h(item.name(true)) %>
    <small>(<%= item.namespace.title %>)</small>
  </li>
  <% n = n == 2 ? 1 : 2 %>
<% end %>

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
shoulda-matchers-3.1.3 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-4.0.0.rc1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-3.1.2 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-matchers-2.8.0/doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-3.1.1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-3.1.0 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-3.0.1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-3.0.0 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-3.0.0.rc1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-2.8.0 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-2.8.0.rc2 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-2.8.0.rc1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-2.7.0 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
shoulda-matchers-2.6.2 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
mcmire-shoulda-matchers-2.6.2.docs.1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
mcmire-shoulda-matchers-2.6.1.docs.1 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb
mcmire-shoulda-matchers-2.5.0 doc_config/yard/templates/default/fulldoc/html/full_list_method.erb