Class: Tr3llo::Command::ExitCommand
- Inherits:
-
Object
- Object
- Tr3llo::Command::ExitCommand
- Defined in:
- lib/3llo/commands/exit.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
4 5 6 7 |
# File 'lib/3llo/commands/exit.rb', line 4 def execute interface.puts("Bye bye") exit(0) end |