Method: CP::App#run

Defined in:
lib/cp/app.rb

#run(*args) ⇒ Object



49
50
51
52
# File 'lib/cp/app.rb', line 49

def run( *args )
  args = ARGV if args.empty?
  CP::App.instance.runner.new( CP::App.instance ).run( *args )
end