Method: ActiveSupport::Notifications::Fanout::Subscribers::Matcher#===

Defined in:
activesupport/lib/active_support/notifications/fanout.rb

#===(name) ⇒ Object



361
362
363
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 361

def ===(name)
  pattern === name && !exclusions.include?(name)
end