Mark PathParser as :nodoc:

This commit is contained in:
John Hawthorn 2020-05-19 18:58:44 -07:00
parent e53c45b80c
commit 827119c48b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module ActionView
alias :to_s :to_str
end
class PathParser
class PathParser # :nodoc:
def initialize
@regex = build_path_regex
end