class ActiveSupport::Notifications::Fanout::Subscribers::Matcher

def unsubscribe!(name)

def unsubscribe!(name)
  exclusions << -name if pattern === name
end