class Octokiq::CMD
Public Instance Methods
run()
click to toggle source
# File lib/octokiq/cmd.rb, line 3 def run puts logo Server.start rescue Interrupt Octokiq.logger.info 'Bye!' end
Private Instance Methods
logo()
click to toggle source
# File lib/octokiq/cmd.rb, line 12 def logo "Hello! Welcome to Octokiq!" end