Class: RSGem::Tasks::CleanGemspec
- Defined in:
- lib/rsgem/tasks/clean_gemspec.rb
Constant Summary collapse
- OUTPUT =
OutputStruct.new(name: 'Clean gemspec')
- KEYS_TO_EMPTY =
%w[summary description homepage].freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Output
Constructor Details
This class inherits a constructor from RSGem::Tasks::Base
Instance Method Details
#perform ⇒ Object
9 10 11 12 13 |
# File 'lib/rsgem/tasks/clean_gemspec.rb', line 9 def perform empty_keys! write end |