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