Sha256: 5c5afed74bede8128eec75e9126aa2baa2a458125673439eecae965e48a821ce
Contents?: true
Size: 280 Bytes
Versions: 200
Compression:
Stored size: 280 Bytes
Contents
<% if object.has_tag?(:example) %> Examples: --------- <% object.tags(:example).each_with_index do |tag, i| %> <%= indent("# " + tag.name + "\n") if tag.name %> <%= indent(format_source(tag.text)) + "\n" %> <%= "\n" if i < object.tags(:example).size - 1 %> <% end %> <% end %>
Version data entries
200 entries across 178 versions & 21 rubygems