module URI

def parser

def parser
  @parser ||= URI.const_defined?(:Parser) ? URI::Parser.new : URI
end