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 3976985 commit de0257dCopy full SHA for de0257d
lib/csv.rb
@@ -888,7 +888,11 @@ def self.table(path, **options)
888
# <b><tt>:write_converters</tt></b>:: TODO
889
# <b><tt>:write_nil_value</tt></b>:: TODO
890
# <b><tt>:write_empty_value</tt></b>:: TODO
891
- # <b><tt>:strip</tt></b>:: TODO
+ # <b><tt>:strip</tt></b>:: When set to a +true+ value, CSV will
892
+ # strip "\t\r\n\f\v" around the values.
893
+ # If you specify a string instead of
894
+ # +true+, CSV will strip string. The
895
+ # length of string must be 1.
896
#
897
# See CSV::DEFAULT_OPTIONS for the default settings.
898
0 commit comments