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



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

def ===(name)
  true
end

#unsubscribe!Object



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

def unsubscribe!(*)
  false
end