From 827119c48bde104eb50c56da890e1c18c9b188c0 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 19 May 2020 18:58:44 -0700 Subject: [PATCH] Mark PathParser as :nodoc: --- actionview/lib/action_view/template/resolver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/template/resolver.rb b/actionview/lib/action_view/template/resolver.rb index 99705c4784..b04a7cab66 100644 --- a/actionview/lib/action_view/template/resolver.rb +++ b/actionview/lib/action_view/template/resolver.rb @@ -35,7 +35,7 @@ module ActionView alias :to_s :to_str end - class PathParser + class PathParser # :nodoc: def initialize @regex = build_path_regex end