method

parser

v3.1.0 - Show latest stable - Class: URI
parser()
public

No documentation available.

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