Method: ActiveSupport::Notifications::Fanout::Subscribers::Matcher#unsubscribe!

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

#unsubscribe!(name) ⇒ Object



356
357
358
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 356

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