1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* append newline at EOF.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-05-09 04:39:17 +00:00
parent 5c1941a9be
commit 74db990e4d

View file

@ -375,4 +375,4 @@ class CSV
"#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII") "#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII")
end end
end end
end end