跳至內容 跳至搜尋
方法
#
U

實例公共方法

===(name)

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

取消訂閱!(*)

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