HEX
Server: LiteSpeed
System: Linux server53.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User: nahevttf (6494)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //opt/alt/ruby18/lib64/ruby/1.8/uri.rb
#
# URI support for Ruby
#
# Author:: Akira Yamada <[email protected]>
# Documentation:: Akira Yamada <[email protected]>, Dmitry V. Sabanin <[email protected]>
# License:: 
#  Copyright (c) 2001 akira yamada <[email protected]>
#  You can redistribute it and/or modify it under the same term as Ruby.
# Revision:: $Id: uri.rb 16038 2008-04-15 09:41:47Z kazu $
# 
# See URI for documentation
#

module URI
  # :stopdoc:
  VERSION_CODE = '000911'.freeze
  VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
  # :startdoc:

end

require 'uri/common'
require 'uri/generic'
require 'uri/ftp'
require 'uri/http'
require 'uri/https'
require 'uri/ldap'
require 'uri/ldaps'
require 'uri/mailto'