global
def add(context)
def add(context) self.specs += 1 self.supervisors += 1 if context.type == :supervisor self.workers += 1 if context.type == :worker end
def add(context) self.specs += 1 self.supervisors += 1 if context.type == :supervisor self.workers += 1 if context.type == :worker end