method
new
v3.0.0 -
Show latest stable
- Class:
ActionView::Resolver
new()public
No documentation available.
# 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