Module: CARPS::ControlInterface

Included in:
Setup::Interface, StartGameInterface
Defined in:
lib/carps/service/interface.rb

Overview

Interface which can alter program execution (ie, by terminating)

Instance Method Summary collapse

Instance Method Details

#quitObject



167
168
169
170
# File 'lib/carps/service/interface.rb', line 167

def quit
   puts "Bye!"
   exit
end