Sha256: 8b8a574ed25268c2cd84ea92207c8783f44720669c30564719bc3ca086376928
Contents?: true
Size: 658 Bytes
Versions: 20
Compression:
Stored size: 658 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 class="anchored"><%= argument[:name] %></code></td> <td> <code><a href="<%= base_url %>/<%= argument[:type][:path]%>"><%= argument[:type][:info] %></a></code> </td> <td> <%= markdownify.(argument[:description]) %> <% unless (default_value = argument[:default_value]).nil? %> <p>The default value is <code><%= argument[:default_value] %></code>.</p> <% end %> </td> </tr> <% end %> </tbody> </table>
Version data entries
20 entries across 20 versions & 1 rubygems