class ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages
Public instance methods
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 365
def ===(name)
true
end
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 369
def unsubscribe!(*)
false
end