1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

added uri library (uri-0.9.4)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akira 2002-01-10 08:00:51 +00:00
parent d92e9de3b8
commit 8a277783ab
9 changed files with 2302 additions and 0 deletions

View file

@ -61,4 +61,10 @@ thread.rb thread support
thwait.rb thread syncronization class
timeout.rb provides timeout
tracer.rb execution tracer
uri.rb URI support
uri/ftp.rb ftp scheme support
uri/http.rb http scheme support
uri/https.rb https scheme support
uri/ldap.rb ldap scheme support
uri/mailto.rb mailto scheme support
weakref.rb weak reference class