Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aeac7db

Browse files
tmtmnobu
authored andcommitted
[ruby/csv] Fix docs for :strip option (#114)
ruby/csv@fb10925271
1 parent 3c5b67e commit aeac7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def table(path, **options)
909909
# empty value(s) on each line will be
910910
# replaced with the specified value.
911911
# <b><tt>:strip</tt></b>:: When setting a +true+ value, CSV will
912-
# strip "\t\r\n\f\v" around the values.
912+
# strip " \t\f\v" around the values.
913913
# If you specify a string instead of
914914
# +true+, CSV will strip string. The
915915
# length of the string must be 1.

0 commit comments

Comments
 (0)