Class: Gemstash::CLI::Error
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- Gemstash::CLI::Error
- Defined in:
- lib/gemstash/cli.rb
Overview
Thor::Error for the CLI, which colors the message red.
Instance Method Summary collapse
-
#initialize(cli, message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(cli, message) ⇒ Error
Returns a new instance of Error.
17 18 19 |
# File 'lib/gemstash/cli.rb', line 17 def initialize(cli, ) super(cli.set_color(, :red)) end |