Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5b67e commit aeac7dbCopy full SHA for aeac7db
lib/csv.rb
@@ -909,7 +909,7 @@ def table(path, **options)
909
# empty value(s) on each line will be
910
# replaced with the specified value.
911
# <b><tt>:strip</tt></b>:: When setting a +true+ value, CSV will
912
- # strip "\t\r\n\f\v" around the values.
+ # strip " \t\f\v" around the values.
913
# If you specify a string instead of
914
# +true+, CSV will strip string. The
915
# length of the string must be 1.
0 commit comments