From bb43a317882007e024ce0cdb203e09f040b7cb1a Mon Sep 17 00:00:00 2001 From: svn Date: Sat, 19 Nov 2016 02:29:24 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 18dda61566..a8a4f40f70 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -185,7 +185,7 @@ module Net # 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+, + # +nil+, # passwd:: Password for login. # acct:: Account information for ACCT. # passive:: When +true+, the connection is in passive mode. Default: +true+. -- cgit v1.2.3