Sha256: 8f493a67392218adee0658500d38c0d55617ef905a77581e7eaae8afa9497988

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

    self.name = <%= options[:name].inspect %>
    self.version = <%= options[:version].inspect %>
    self.description = %{<%= options[:description] %>}

    <% options[:authors].each do |author| %>
    author(:name => <%= author.inspect %>)
    <% end
    unless options[:controls].empty? %>
    control <%= options[:controls].map { |name| name.to_sym.inspect }.join(', ') %>
    <% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-exploits-0.3.1 static/ronin/generators/payloads/_cache.erb
ronin-exploits-0.3.0 static/ronin/generators/payloads/_cache.erb