Sha256: d2f733bf5a0b04836f21ae4d449257d7d53794c379fee33264f07c48397dd4a5
Contents?: true
Size: 368 Bytes
Versions: 25
Compression:
Stored size: 368 Bytes
Contents
<% if object.features && !object.features.empty? %> <div class="tags"> <p class="tag_title">Features</p> <ul> <% object.features.each do |feature| %> <li> <span class="name"><%= feature.name %></span> <% unless feature.docstring.empty? %> — <%= htmlify_line(feature.docstring) %><% end %> </li> <% end %> </ul> </div> <% end %>
Version data entries
25 entries across 25 versions & 1 rubygems