Module: Tr3llo::Command::Exit

Extended by:
Exit
Included in:
Exit
Defined in:
lib/3llo/command/exit.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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