class ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages
Public Instance Methods
===(name)
click to toggle source
# File lib/active_support/notifications/fanout.rb, line 363 def ===(name) true end
unsubscribe!(*)
click to toggle source
# File lib/active_support/notifications/fanout.rb, line 367 def unsubscribe!(*) false end