class IO::Endpoint::SharedEndpoint

def close

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