# File lib/deep_test/distributed/test_server.rb, line 72 72: def self.connect(options) 73: servers = DRbObject.new_with_uri(options.distributed_server).servers 74: MultiTestServerProxy.new(options, servers) 75: end