class IO::Endpoint::SharedEndpoint

def close

Close all the internal sockets.
def close
	@sockets.each(&:close)
	@sockets.clear
end