跳到内容 跳到搜索
方法
#
U

实例公共方法

===(name)

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

取消订阅!(*)

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