方法
实例公共方法
===(name) 链接
源代码:显示 | 在 GitHub 上
# File activesupport/lib/active_support/notifications/fanout.rb, line 369 def ===(name) true end
取消订阅!(*) 链接
源代码:显示 | 在 GitHub 上
# File activesupport/lib/active_support/notifications/fanout.rb, line 373 def unsubscribe!(*) false end