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