class method
self.new
Ruby on Rails 4.1.16
Since v3.0.20Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 13
def initialize
@subscribers = []
@listeners_for = ThreadSafe::Cache.new
super
end
Defined in activesupport/lib/active_support/notifications/fanout.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Fanout