[ruby/csv] Fix docs for :strip option (#114)
https://github.com/ruby/csv/commit/fb10925271
This commit is contained in:
parent
3c5b67e0db
commit
aeac7db823
Notes:
git
2020-07-20 03:35:47 +09:00
@ -909,7 +909,7 @@ class CSV
|
|||||||
# empty value(s) on each line will be
|
# empty value(s) on each line will be
|
||||||
# replaced with the specified value.
|
# replaced with the specified value.
|
||||||
# <b><tt>:strip</tt></b>:: When setting a +true+ value, CSV will
|
# <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
|
# If you specify a string instead of
|
||||||
# +true+, CSV will strip string. The
|
# +true+, CSV will strip string. The
|
||||||
# length of the string must be 1.
|
# length of the string must be 1.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user