# File lib/rspec/core/runner.rb, line 79 def self.run_in_process(options, err, out) CommandLine.new(options, RSpec::configuration, RSpec::world).run(err, out) end