2 3 4 5 6
# File 'lib/simple/cli/adapter.rb', line 2 def run!(*args) args = ARGV if args.empty? Simple::CLI::Runner.run(self, *args) end