7 8 9 10 11
# File 'lib/rubocop/git/cli.rb', line 7 def run(args = ARGV) @options = Options.new parse_arguments(args) Runner.new.run(@options) end