Sha256: 3cb3ce96c43f1ad460ad0b8702e22039358ea035385536c66805383001db0805
Contents?: true
Size: 520 Bytes
Versions: 8
Compression:
Stored size: 520 Bytes
Contents
<li> <%= linkify YARD::CodeObjects::Cucumber::CUCUMBER_STEPTRANSFORM_NAMESPACE, "All Step Definitions" %> </li> <% n = 1 %> <% @items.each do |stepdef| %> <li class="r<%= n %>"> <span class='object_link'> <span class="pre"><%= stepdef.keyword %></span> <a href="<%= url_for stepdef %>" title="<%= h stepdef.value %>"> <span class="name"><%= h stepdef.literal_value %></span> </a> </span> <small><%= h(stepdef.location) %></small> </li> <% n = n == 2 ? 1 : 2 %> <% end %>
Version data entries
8 entries across 8 versions & 2 rubygems