From 10219ff6216c9d6459026e9e89ed788e2d440dc5 Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 13 May 2011 20:03:21 +0000 Subject: * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #4690] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/https.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/uri/https.rb') diff --git a/lib/uri/https.rb b/lib/uri/https.rb index 767f3338ab..7d242e7e79 100644 --- a/lib/uri/https.rb +++ b/lib/uri/https.rb @@ -1,10 +1,11 @@ -# # = uri/https.rb # # Author:: Akira Yamada # License:: You can redistribute it and/or modify it under the same term as Ruby. # Revision:: $Id$ # +# See URI for general documentation +# require 'uri/http' -- cgit v1.2.3