Module: Tr3llo::Command::Exit
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/3llo/command/exit.rb', line 6 def execute interface = Application.fetch_interface!() interface.print_frame do interface.puts("Bye bye") end exit end |