module URI

Public Class Methods

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