From aeac7db8236ad43d8c8992fd1b9d120d567754ec Mon Sep 17 00:00:00 2001 From: TOMITA Masahiro Date: Wed, 25 Dec 2019 06:32:53 +0900 Subject: [ruby/csv] Fix docs for :strip option (#114) https://github.com/ruby/csv/commit/fb10925271 --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csv.rb b/lib/csv.rb index c793b8e96a..8aa9dcabc6 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -909,7 +909,7 @@ class CSV # empty value(s) on each line will be # replaced with the specified value. # :strip:: When setting a +true+ value, CSV will - # strip "\t\r\n\f\v" around the values. + # strip " \t\f\v" around the values. # If you specify a string instead of # +true+, CSV will strip string. The # length of the string must be 1. -- cgit v1.2.3