From ab337e61ecb5f42384ba7d710c36faf96a454e5c Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 4 Nov 2014 03:21:53 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csv.rb') diff --git a/lib/csv.rb b/lib/csv.rb index cc3e7f6362..54b820df31 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1476,7 +1476,7 @@ class CSV # the rows contain no actual data. If # you want to skip rows that contain # separators but no content, consider - # using :skip_lines, or + # using :skip_lines, or # inspecting fields.compact.empty? on # each row. # :force_quotes:: When set to a +true+ value, CSV will -- cgit v1.2.3