Exception: RubocopPlus::Commands::OutputMissing
- Inherits:
-
StandardError
- Object
- StandardError
- RubocopPlus::Commands::OutputMissing
- Defined in:
- lib/commands/rubo/errors/output_missing.rb
Overview
The rubo command will generate some custom output files. If those files don’t get created properly, rubo will raise OutputMissing.
Instance Method Summary collapse
-
#initialize(msg = "") ⇒ OutputMissing
constructor
A new instance of OutputMissing.
- #message ⇒ Object
Constructor Details
#initialize(msg = "") ⇒ OutputMissing
Returns a new instance of OutputMissing.
6 7 8 9 |
# File 'lib/commands/rubo/errors/output_missing.rb', line 6 def initialize(msg="") @message = msg super end |
Instance Method Details
#message ⇒ Object
11 12 13 |
# File 'lib/commands/rubo/errors/output_missing.rb', line 11 def @message.rubo_red end |