[前][次][番号順一覧][スレッド一覧]

ruby-changes:62283

From: TOMITA <ko1@a...>
Date: Mon, 20 Jul 2020 03:35:33 +0900 (JST)
Subject: [ruby-changes:62283] aeac7db823 (master): [ruby/csv] Fix docs for :strip option (#114)

https://git.ruby-lang.org/ruby.git/commit/?id=aeac7db823

From aeac7db8236ad43d8c8992fd1b9d120d567754ec Mon Sep 17 00:00:00 2001
From: TOMITA Masahiro <tommy@t...>
Date: Wed, 25 Dec 2019 06:32:53 +0900
Subject: [ruby/csv] Fix docs for :strip option (#114)

https://github.com/ruby/csv/commit/fb10925271

diff --git a/lib/csv.rb b/lib/csv.rb
index c793b8e..8aa9dca 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -909,7 +909,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L909
   #                                       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.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]