summaryrefslogtreecommitdiffstats
path: root/lib/uri/generic.rb
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-24 05:08:00 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-24 05:08:00 +0000
commit60886ffd1bd2864cff68542b8f33a58c07b5acd5 (patch)
treee8070dcddb1a3f8b53f570b6e3de241a7cdf46c0 /lib/uri/generic.rb
parentbea7161d01cdf166e0eaa81fcb6776abb1f2f280 (diff)
downloadruby-60886ffd1bd2864cff68542b8f33a58c07b5acd5.tar.gz
ruby-60886ffd1bd2864cff68542b8f33a58c07b5acd5.tar.xz
ruby-60886ffd1bd2864cff68542b8f33a58c07b5acd5.zip
Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rb
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/generic.rb')
-rw-r--r--lib/uri/generic.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index 51c2bf17f..d166757fe 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -12,6 +12,7 @@ module URI
#
# Base class for all URI classes.
+ # Implements generic URI syntax as per RFC 2396.
#
class Generic
include URI