# File lib/spec/runner/drb_command_line.rb, line 8
      def self.port(options)
        (options.drb_port || ENV["RSPEC_DRB"] || 8989).to_i
      end