method
new
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout
new()public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 13
def initialize
@subscribers = []
@listeners_for = ThreadSafe::Cache.new
super
end