From b00bb40e0dcc92f4b85997749a455c7926a1cebd Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 7 Sep 2005 16:07:43 +0000 Subject: Added .document file for lib/uri. Added mathew's patches to test_ftp.rb Fixed a minor typo in getoptlong.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/getoptlong.rb | 2 +- lib/uri/.document | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 lib/uri/.document (limited to 'lib') diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb index 6e23cb6c7..8fb302d74 100644 --- a/lib/getoptlong.rb +++ b/lib/getoptlong.rb @@ -113,7 +113,7 @@ class GetoptLong # argument ordering must be a member of ORDERINGS, i.e one of # GetoptLong::REQUIRE_ORDER, GetoptLong::PERMUTE, # GetoptLong::RETURN_IN_ORDER. A RuntimeError is raised if - # option processin has already started. + # option processing has already started. # def ordering=(ordering) # diff --git a/lib/uri/.document b/lib/uri/.document new file mode 100644 index 000000000..214dd2e48 --- /dev/null +++ b/lib/uri/.document @@ -0,0 +1,7 @@ +common.rb +ftp.rb +generic.rb +http.rb +https.rb +ldap.rb +mailto.rb -- cgit