class method
self.new
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v6.1.7.10Signature
self.new()
No documentation comment.
Source
# File actionpack/lib/action_view/template/resolver.rb, line 33
def initialize
@cached = Hash.new { |h1,k1| h1[k1] = Hash.new { |h2,k2|
h2[k2] = Hash.new { |h3,k3| h3[k3] = Hash.new { |h4,k4| h4[k4] = {} } } } }
end
Defined in actionpack/lib/action_view/template/resolver.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Resolver