class ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages

Public Instance Methods

# File activesupport/lib/active_support/notifications/fanout.rb, line 369
def ===(name)
  true
end
# File activesupport/lib/active_support/notifications/fanout.rb, line 373
def unsubscribe!(*)
  false
end