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

def matches?(name)

def matches?(name)
  @pattern && @pattern === name
end