# # $Id$ # # Copyright (c) 2001 akira yamada # You can redistribute it and/or modify it under the same term as Ruby. # =begin Copyright (c) 2001 akira yamada You can redistribute it and/or modify it under the same term as Ruby. = URI - URI support for Ruby =end module URI VERSION_CODE = '000911'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze end =begin == Components * (()) Module * (()) Class * (()) Class * (()) Class * (()) Class * (()) Class * (()) Class =end require 'uri/common' require 'uri/generic' require 'uri/ftp' require 'uri/http' require 'uri/https' require 'uri/ldap' require 'uri/mailto'