Sha256: 2af9206579c268be13443eb5aff7e50ce1eb480453b04e5ddc33b3a2af7fadef
Contents?: true
Size: 483 Bytes
Versions: 6
Compression:
Stored size: 483 Bytes
Contents
<table class="arguments"> <thead> <tr> <th>Argument</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <% arguments.each do |argument| %> <tr> <td><code><%= argument[:name] %></code></td> <td> <code><a href="<%= base_url %>/<%= argument[:type][:path]%>"><%= argument[:type][:info] %></a></code> </td> <td> <p><%= markdownify.(argument[:description]) %></p> </td> </tr> <% end %> </tbody> </table>
Version data entries
6 entries across 6 versions & 1 rubygems