Method: Lucie::App#start

Defined in:
lib/lucie/app.rb

#startObject

Starts the application.



88
89
90
# File 'lib/lucie/app.rb', line 88

def start
  help? ? call_help : call_method_invoking_process
end