class IO::Endpoint::CompositeEndpoint

def size

The number of endpoints in the composite endpoint.
def size
	@endpoints.size
end