ruby-changes:44764
From: shugo <ko1@a...>
Date: Sat, 19 Nov 2016 11:40:36 +0900 (JST)
Subject: [ruby-changes:44764] shugo:r56837 (trunk): Remove garbage.
shugo 2016-11-19 11:40:33 +0900 (Sat, 19 Nov 2016) New Revision: 56837 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56837 Log: Remove garbage. Modified files: trunk/lib/net/ftp.rb Index: lib/net/ftp.rb =================================================================== --- lib/net/ftp.rb (revision 56836) +++ lib/net/ftp.rb (revision 56837) @@ -184,8 +184,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/ftp.rb#L184 # 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+. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/