方法
實例公共方法
===(name) 連結
來源: 顯示 | 在 GitHub 上
# File activesupport/lib/active_support/notifications/fanout.rb, line 365 def ===(name) true end
取消訂閱!(*) 連結
來源: 顯示 | 在 GitHub 上
# File activesupport/lib/active_support/notifications/fanout.rb, line 369 def unsubscribe!(*) false end