Class: RSGem::Tasks::EnsureAuthor
- Defined in:
- lib/rsgem/tasks/ensure_author.rb
Constant Summary collapse
- OUTPUT =
OutputStruct.new( name: 'Ensure author', warning: :warning_message )
- TEMP_USERNAME =
'change_me'
- TEMP_EMAIL =
'[email protected]'
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
13 14 15 |
# File 'lib/rsgem/tasks/ensure_author.rb', line 13 def perform end |