class ActiveSupport::Notifications::Fanout::Subscribers::Evented

def subscribed_to?(name)

def subscribed_to?(name)
  @pattern === name
end