# File lib/rspec/core/option_parser.rb, line 11 def parse!(args) if args.include?("--formatter") args[args.index("--formatter")] = "--format" RSpec.deprecate("the --formatter option", "-f or --format") end options = {} parser(options).parse!(args) options end