# File lib/chef_zero/socketless_server_map.rb, line 52 def register_port(port, server) MUTEX.synchronize do @servers_by_port[port] = server end end