Sha256: 391c63d9800696e3158b0c841b7c14c53f4303b431cb840f85736de5442d72ce
Contents?: true
Size: 226 Bytes
Versions: 209
Compression:
Stored size: 226 Bytes
Contents
<% if object.has_tag?(:see) %> See Also: --------- <% for tag in object.tags(:see) %> <% text = "- " + tag.name %> <% text += " - " + tag.text if tag.text && !tag.text.empty? %> <%= indent(wrap(text)) %> <% end %> <% end %>
Version data entries
209 entries across 187 versions & 21 rubygems