class Celluloid::Notifications::Fanout

def listening?(pattern)

def listening?(pattern)
  listeners_for(pattern).any?
end