# File lib/rspec/core/runner.rb, line 75 def self.run_over_drb(options, err, out) DRbCommandLine.new(options).run(err, out) end