Class: ActiveSupport::Notifications::Fanout::Subscribers::Matcher::AllMessages

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/notifications/fanout.rb

Instance Method Summary collapse

Instance Method Details

#===(name) ⇒ Object



172
173
174
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/notifications/fanout.rb', line 172

def ===(name)
  true
end

#unsubscribe!Object



176
177
178
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/notifications/fanout.rb', line 176

def unsubscribe!(*)
  false
end