Sha256: e80ec67d67f1357893f180d5ff24572965e4670c13409724596e182dfa3a4de8

Contents?: true

Size: 686 Bytes

Versions: 9

Compression:

Stored size: 686 Bytes

Contents

<li>
  <div class="item" style="padding-left: 30px">
    <%= linkify YARD::CodeObjects::Cucumber::CUCUMBER_STEPTRANSFORM_NAMESPACE, "All Step Definitions" %>
  </div>
</li>
<% n = 'odd' %>
<% @items.each do |stepdef| %>
  <li class="<%= n %>">
    <div class="item" style="padding-left: 30px">
      <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>&nbsp;&nbsp;
      </span>
      <small><%= h(stepdef.location) %></small>
    </div>
  </li>
  <% n = n == 'even' ? 'odd' : 'even' %>
<% end %>

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
yard-gherkin-turnip-1.0.2 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-gherkin-turnip-1.0.1 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-gherkin-turnip-1.0.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-nrser-cucumber-0.1.3 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-nrser-cucumber-0.1.2 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-nrser-cucumber-0.1.1 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-nrser-cucumber-0.1.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-4.0.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb
yard-cucumber-3.1.0 lib/templates/default/fulldoc/html/full_list_stepdefinitions.erb