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

实例公共方法

===(name)

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

unsubscribe!(*)

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