From 19dec2a19c25f4cfb2511c313fde969436437bd0 Mon Sep 17 00:00:00 2001 From: svn Date: Wed, 5 Sep 2018 13:33:22 +0000 Subject: [PATCH] * append newline at EOF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv/table.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csv/table.rb b/lib/csv/table.rb index e9f3366a4a..17a7c542e4 100644 --- a/lib/csv/table.rb +++ b/lib/csv/table.rb @@ -375,4 +375,4 @@ class CSV "#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII") end end -end \ No newline at end of file +end