ruby-changes:51158
From: svn <ko1@a...>
Date: Wed, 9 May 2018 13:39:22 +0900 (JST)
Subject: [ruby-changes:51158] svn:r63365 (trunk): * append newline at EOF.
svn 2018-05-09 13:39:17 +0900 (Wed, 09 May 2018) New Revision: 63365 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63365 Log: * append newline at EOF. Modified files: trunk/lib/csv/table.rb Index: lib/csv/table.rb =================================================================== --- lib/csv/table.rb (revision 63364) +++ lib/csv/table.rb (revision 63365) @@ -375,4 +375,4 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv/table.rb#L375 "#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII") end end -end \ No newline at end of file +end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/