<% @items.each do |item| %>
">
<%= h item.keyword %> <%= link_constants item %> Rubular
<%= h item.location %>
<%= T('docstring').run(options.dup.merge({:object => item})) %>
<%= "" %><%= h format_lines(item) %>
<%= "" %><%= html_syntax_highlight item.source %>
<% if item.steps.length > 0 %> <% end %>
<% if item.steps && !item.steps.empty? %> <% unique_steps(item.steps).each_with_index do |uniq_step,step_index| %>
<%= h uniq_step.last.first.keyword %> <%= link_transformed_step(uniq_step.last.first) %>
<% uniq_step.last.each do |step| %> <%= h step.location %> <% end %>
<% end %> <% else %>
No steps were found to match this <%= @item_type %>.
<% end%>
<% end %>