Class: Tr3llo::Command::ErrorCommand
- Inherits:
-
Object
- Object
- Tr3llo::Command::ErrorCommand
- Defined in:
- lib/3llo/commands/error.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
4 5 6 7 8 9 |
# File 'lib/3llo/commands/error.rb', line 4 def execute interface.print_frame do command = "board select <board-id>".red interface.puts("You have not selected any board. Run #{command} to select one.") end end |