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

Inherits:
Object
  • Object
show all
Defined in:
lib/active_support/notifications/fanout.rb

Instance Method Summary collapse

Instance Method Details

#===(name) ⇒ Object



369
370
371
# File 'lib/active_support/notifications/fanout.rb', line 369

def ===(name)
  true
end

#unsubscribe!Object



373
374
375
# File 'lib/active_support/notifications/fanout.rb', line 373

def unsubscribe!(*)
  false
end