# File lib/active_support/core_ext/uri.rb, line 26
    def parser
      @parser ||= URI.const_defined?(:Parser) ? URI::Parser.new : URI
    end