# File lib/deep_test/distributed/remote_worker_client.rb, line 44 44: def fail_over(method, exception) 45: @options.ui_instance.distributed_failover_to_local(method, exception) 46: @worker_server = @failover_workers 47: end