Sha256: cb347d40b81bf01384006cb0664205f89af92f7a2385f2f9e7e0e37616fb4a11
Contents?: true
Size: 314 Bytes
Versions: 11
Compression:
Stored size: 314 Bytes
Contents
<% if object.has_tag?(:example_request) %> <div class="examples"> <h3>Example Request:</h3> <% object.tags(:example_request).each do |tag| %> <h4><%= htmlify_line(tag.name) %></h4> <pre class="example code"><%= html_syntax_highlight(tag.text, :plain) %></pre> <% end %> </div> <% end %>
Version data entries
11 entries across 11 versions & 3 rubygems