Class: ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages
Relationships & Source Files | |
Inherits: | Object |
Defined in: | activesupport/lib/active_support/notifications/fanout.rb |
Instance Method Summary
Instance Method Details
#===(name)
[ GitHub ]# File 'activesupport/lib/active_support/notifications/fanout.rb', line 369
def ===(name) true end
#unsubscribe!
[ GitHub ]# File 'activesupport/lib/active_support/notifications/fanout.rb', line 373
def unsubscribe!(*) false end