Skip to Content Skip to Search
Methods
#
U

Instance Public methods

===(name)

# File activesupport/lib/active_support/notifications/fanout.rb, line 369
def ===(name)
  true
end

unsubscribe!(*)

# File activesupport/lib/active_support/notifications/fanout.rb, line 373
def unsubscribe!(*)
  false
end