# File lib/packet/packet_master.rb, line 46 def remove_worker(t_sock) @live_workers.delete(t_sock.fileno) read_ios.delete(t_sock) end