ruby-changes:52429
From: svn <ko1@a...>
Date: Wed, 5 Sep 2018 22:33:27 +0900 (JST)
Subject: [ruby-changes:52429] svn:r64639 (trunk): * append newline at EOF.
svn 2018-09-05 22:33:22 +0900 (Wed, 05 Sep 2018) New Revision: 64639 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64639 Log: * append newline at EOF. Modified files: trunk/lib/csv/table.rb Index: lib/csv/table.rb =================================================================== --- lib/csv/table.rb (revision 64638) +++ lib/csv/table.rb (revision 64639) @@ -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/