class ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages
Public Instance Methods
Source
# File lib/active_support/notifications/fanout.rb, line 169 def ===(name) true end
Source
# File lib/active_support/notifications/fanout.rb, line 173 def unsubscribe!(*) false end