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:
parent
3c5b67e0db
commit
aeac7db823
Notes:
git
2020-07-20 03:35:47 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue