Methods
Instance Public methods
===(name)
📝 Source code
# File activesupport/lib/active_support/notifications/fanout.rb, line 172
def ===(name)
true
end
🔎 See on GitHub
unsubscribe!(*)
📝 Source code
# File activesupport/lib/active_support/notifications/fanout.rb, line 176
def unsubscribe!(*)
false
end
🔎 See on GitHub