Class: ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages
- Inherits:
-
Object
- Object
- ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages
- Defined in:
- lib/active_support/notifications/fanout.rb
Instance Method Summary collapse
Instance Method Details
#===(name) ⇒ Object
[View source]
365 366 367 |
# File 'lib/active_support/notifications/fanout.rb', line 365 def ===(name) true end |
#unsubscribe! ⇒ Object
[View source]
369 370 371 |
# File 'lib/active_support/notifications/fanout.rb', line 369 def unsubscribe!(*) false end |