1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/csv] Fix docs for :strip option (#114)

https://github.com/ruby/csv/commit/fb10925271
This commit is contained in:
TOMITA Masahiro 2019-12-25 06:32:53 +09:00 committed by Nobuyoshi Nakada
parent 3c5b67e0db
commit aeac7db823
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-07-20 03:35:47 +09:00

View file

@ -909,7 +909,7 @@ class CSV
# empty value(s) on each line will be
# replaced with the specified value.
# <b><tt>:strip</tt></b>:: 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.