# File lib/rubyrep/generate_runner.rb, line 94 def self.run(args) runner = new status = runner.process_options(args) if runner.options runner.execute end status end