class Celluloid::Notifications::Fanout

def initialize

def initialize
  @subscribers = []
  @listeners_for = {}
end