mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
a60a562ca7
commit
87d3c2d6d4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 2 12:30:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]
|
||||
|
||||
Sat Feb 2 12:15:36 2013 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is not
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue