class ActionView::PathResolver
def initialize
def initialize @pattern = DEFAULT_PATTERN @unbound_templates = Concurrent::Map.new @path_parser = PathParser.new super end
def initialize @pattern = DEFAULT_PATTERN @unbound_templates = Concurrent::Map.new @path_parser = PathParser.new super end