aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:40:33 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:40:33 +0000
commit1dbb474935004fea05e233954990db966a16eb3d (patch)
treee362c280c94869cff4c9ebb398f5c08cdd51ba5a
parentb62f8c909409143467be009d0ad2274fc830bfed (diff)
downloadruby-1dbb474935004fea05e233954990db966a16eb3d.tar.gz
Remove garbage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/net/ftp.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index a8a4f40f70..60a59511ff 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -184,8 +184,7 @@ module Net
# Default: +true+ when options[:ssl] is true.
# user:: Username for login. If options[:user] is the string
# "anonymous" and the options[:password] is +nil+,
- # "anonymous@" is used as a password. If options[:user] is
- # +nil+,
+ # "anonymous@" is used as a password.
# passwd:: Password for login.
# acct:: Account information for ACCT.
# passive:: When +true+, the connection is in passive mode. Default: +true+.