summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-09 04:39:17 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-09 04:39:17 +0000
commit74db990e4dfb1dea8aaf0fe2ce41b29170fec5cb (patch)
tree064cdde2891d83118391b8655df341ba7eae44ca /lib
parent5c1941a9be56a979c27d740370b781882d344f79 (diff)
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63365 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