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

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

Instance Method Summary collapse

Instance Method Details

#===(name) ⇒ Object



363
364
365
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 363

def ===(name)
  true
end

#unsubscribe!Object



367
368
369
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 367

def unsubscribe!(*)
  false
end