ruby-changes:39763
From: svn <ko1@a...>
Date: Sat, 12 Sep 2015 23:12:33 +0900 (JST)
Subject: [ruby-changes:39763] svn:r51844 (trunk): * remove trailing spaces.
svn 2015-09-12 23:12:19 +0900 (Sat, 12 Sep 2015) New Revision: 51844 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51844 Log: * remove trailing spaces. Modified files: trunk/lib/net/ftp.rb Index: lib/net/ftp.rb =================================================================== --- lib/net/ftp.rb (revision 51843) +++ lib/net/ftp.rb (revision 51844) @@ -796,7 +796,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/ftp.rb#L796 def directory? if /\A[cp]?dir\z/.match(facts["type"]) return true - else + else return false end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/