class CompositePublisher

def add(pub)

Add a publisher to the composite.
def add(pub)
  @publishers << pub
end