Methods
P
Class Public methods
parser()
    # File activesupport/lib/active_support/core_ext/uri.rb, line 26
26:     def parser
27:       @parser ||= URI.const_defined?(:Parser) ? URI::Parser.new : URI
28:     end