ruby-changes:44762
From: svn <ko1@a...>
Date: Sat, 19 Nov 2016 11:29:29 +0900 (JST)
Subject: [ruby-changes:44762] svn:r56835 (trunk): * remove trailing spaces.
svn 2016-11-19 11:29:24 +0900 (Sat, 19 Nov 2016) New Revision: 56835 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56835 Log: * remove trailing spaces. Modified files: trunk/lib/net/ftp.rb Index: lib/net/ftp.rb =================================================================== --- lib/net/ftp.rb (revision 56834) +++ lib/net/ftp.rb (revision 56835) @@ -185,7 +185,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/ftp.rb#L185 # 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+. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/