Sha256: f6c3eb7d55403b65bd2124a076a3b4f8d3b26a5ea3f50ed6dc638b0bc9cdbe40
Contents?: true
Size: 516 Bytes
Versions: 138
Compression:
Stored size: 516 Bytes
Contents
<% [["Tag", all_tags], ["Directive", all_directives]].each do |(name, list)| %> <h2><%= name %> List</h2> <% list.each_with_index do |tag, i| %> <div class="method_details <%= i == 0 ? 'first' : '' %>"> <h3 class="signature" id="<%= tag.name %>" toc-title="<%= tag_link_name(tag) %>"> <%= tag_signature tag %> </h3> <% if name == "Directive" %> <%= yieldall :object => P("YARD::Tags::#{tag.text}") %> <% else %> <%= yieldall :object => tag.object %> <% end %> </div> <% end %> <% end%>
Version data entries
138 entries across 119 versions & 15 rubygems