class method
self.new
Ruby on Rails 6.0.6
Since v3.0.20 Last seen in v6.1.7.10Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies.rb, line 116
def initialize
@watching = []
@stack = Hash.new { |h, k| h[k] = [] }
end
Defined in activesupport/lib/active_support/dependencies.rb line 116
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::WatchStack