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

Added .document file for lib/uri.

Added mathew's patches to test_ftp.rb
Fixed a minor typo in getoptlong.rb


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ryan 2005-09-07 16:07:43 +00:00
parent 7591606c52
commit 51c919b387
3 changed files with 29 additions and 2 deletions

View file

@ -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)
#