class IO::Endpoint::CompositeEndpoint

def each(&block)

def each(&block)
	@endpoints.each do |endpoint|
		endpoint.each(&block)
	end
end