Class: Tr3llo::Command::InvalidCommand
- Inherits:
-
Object
- Object
- Tr3llo::Command::InvalidCommand
- Defined in:
- lib/3llo/commands/invalid.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
4 5 6 7 8 9 |
# File 'lib/3llo/commands/invalid.rb', line 4 def execute interface.print_frame do interface.puts("Invalid command!".red) Presenter::HelpPresenter.new(interface).print! end end |