From 1dbb474935004fea05e233954990db966a16eb3d Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 19 Nov 2016 02:40:33 +0000 Subject: Remove garbage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 3 +-- 1 file changed, 1 insertion(+), 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+. -- cgit v1.2.3