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

Public Instance Methods

===(name) click to toggle source
# File lib/active_support/notifications/fanout.rb, line 172
def ===(name)
  true
end
unsubscribe!(*) click to toggle source
# File lib/active_support/notifications/fanout.rb, line 176
def unsubscribe!(*)
  false
end