Skip to Content Skip to Search
v7.1.0
class ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages < Object
Methods
#
U

Public instance methods

===(name)

Permalink
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 363
def ===(name)
  true
end

unsubscribe!(*)

Permalink
Source code GitHub
# File activesupport/lib/active_support/notifications/fanout.rb, line 367
def unsubscribe!(*)
  false
end
Definition files