Class: CARPS::QuitInterface

Inherits:
Interface show all
Defined in:
lib/carps/service/interface.rb

Instance Method Summary collapse

Methods inherited from Interface

#run

Constructor Details

#initializeQuitInterface

Returns a new instance of QuitInterface.



144
145
146
147
# File 'lib/carps/service/interface.rb', line 144

def initialize
   super
   add_command :quit, "Quit the program"
end