Sha256: c662552ac8a437b2a372cb3c4d425fc0518544efca57665899beb964f170007b
Contents?: true
Size: 392 Bytes
Versions: 6
Compression:
Stored size: 392 Bytes
Contents
### <%= name %> <% if text -%> <%= text %> <% elsif summary -%> <%= summary %> <% else -%> <%= "The #{name} task." %> <% end -%> **Supports noop?** <%= supports_noop %> <% if params -%> #### Parameters <% params.each do |param| -%> ##### `<%= param[:name] %>` <% if param[:types] -%> Data type: `<%= param[:types].join(', ') -%>` <% end -%> <%= param[:text] %> <% end -%> <% end -%>
Version data entries
6 entries across 6 versions & 1 rubygems