summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-05 13:33:22 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-05 13:33:22 +0000
commit19dec2a19c25f4cfb2511c313fde969436437bd0 (patch)
tree9a443284a4388c22e27e00b2332beb0ade98c980 /lib
parent60ebd4e26a1b6ed3ad11bade520db0a19e9be190 (diff)
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/csv/table.rb2
1 files changed, 1 insertions, 1 deletions
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