ruby--ruby/lib/uri
akira 77d007dc05 * removed URI::Generic#to_ary.
* URI::Generic included URI.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-16 00:52:32 +00:00
..
common.rb fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instead of ["mailtto:"] for "foo bar <mailto:xxx>". 2002-12-12 06:42:42 +00:00
ftp.rb
generic.rb * removed URI::Generic#to_ary. 2002-12-16 00:52:32 +00:00
http.rb
https.rb
ldap.rb
mailto.rb should raise InvalidComponentError if MAILTO_REGEXP could not match with @opaque. 2002-10-20 10:54:19 +00:00