8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf55ef commit fb10925Copy full SHA for fb10925
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