8000 [ruby/csv] Fix docs for :strip option (#114) · nobu/ruby@1db24fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 1db24fb

Browse files
tmtmnobu
authored andcommitted
[ruby/csv] Fix docs for :strip option (ruby#114)
ruby/csv@fb10925271
1 parent cc50663 commit 1db24fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def table(path, **options)
909909
# empty value(s) on each line will be
910910
# replaced with the specified value.
911911
# <b><tt>:strip</tt></b>:: When setting a +true+ value, CSV will
912-
# strip "\t\r\n\f\v" around the values.
912+
# strip " 475F \t\f\v" around the values.
913913
# If you specify a string instead of
914914
# +true+, CSV will strip string. The
915915
# length of the string must be 1.

0 commit comments

Comments
 (0)
0