summaryrefslogtreecommitdiff
path: root/lib/uri
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/ftp.rb2
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.