Class: Octokiq::CMD

Inherits:
Object
  • Object
show all
Defined in:
lib/octokiq/cmd.rb

Instance Method Summary collapse

Instance Method Details

#runObject



3
4
5
6
7
8
# File 'lib/octokiq/cmd.rb', line 3

def run
  puts 
  Server.start
rescue Interrupt
  Octokiq.logger.info 'Bye!'
end