class method
self.new
Ruby on Rails 3.0.20
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 8
def initialize
@cached = Hash.new { |h1,k1| h1[k1] =
Hash.new { |h2,k2| h2[k2] = Hash.new { |h3, k3| h3[k3] = {} } } }
end
Defined in actionpack/lib/action_view/template/resolver.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Resolver