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