diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-02 03:31:56 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-02 03:31:56 +0000 |
commit | 87d3c2d6d47e36223d7a6cccf1991b72dc307865 (patch) | |
tree | 6867ed2355e1f28935bfd8e64722d14054247b76 /lib/uri/ftp.rb | |
parent | a60a562ca782b9ceb81f6ef2297521d9479cac2b (diff) | |
download | ruby-87d3c2d6d47e36223d7a6cccf1991b72dc307865.tar.gz |
* lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/ftp.rb')
-rw-r--r-- | lib/uri/ftp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb index db3da6d2c8..9153c88636 100644 --- a/lib/uri/ftp.rb +++ b/lib/uri/ftp.rb @@ -46,7 +46,7 @@ module URI TYPECODE_PREFIX = ';type='.freeze def self.new2(user, password, host, port, path, - typecode = nil, arg_check = true) + typecode = nil, arg_check = true) # :nodoc: # Do not use this method! Not tested. [Bug #7301] # This methods remains just for compatibility, # Keep it undocumented until the active maintainer is assigned. |