diff --git a/lib/csv.rb b/lib/csv.rb index ff317d8995..086f0351e6 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -888,7 +888,11 @@ class CSV # :write_converters:: TODO # :write_nil_value:: TODO # :write_empty_value:: TODO - # :strip:: TODO + # :strip:: When set to a +true+ value, CSV will + # strip "\t\r\n\f\v" around the values. + # If you specify a string instead of + # +true+, CSV will strip string. The + # length of string must be 1. # # See CSV::DEFAULT_OPTIONS for the default settings. #