Class: Commands::Unrecognized
- Defined in:
- lib/gdsh/unrecognized.rb
Overview
Unrecognized command.
Instance Method Summary collapse
Methods inherited from Command
Methods included from DriveError
Methods included from CommandMixin
Constructor Details
This class inherits a constructor from Commands::Command
Instance Method Details
#execute ⇒ Object
8 9 10 |
# File 'lib/gdsh/unrecognized.rb', line 8 def execute "Command not recognized, got: #{@params}".colorize(:red) end |