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

ruby-changes:63715

From: Burdette <ko1@a...>
Date: Tue, 24 Nov 2020 09:34:21 +0900 (JST)
Subject: [ruby-changes:63715] d2913f912f (master): [ruby/csv] Add link to Wikipedia article Table (#167)

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

From d2913f912fbcfd2265ce18b942a9600c86f43273 Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Thu, 20 Aug 2020 16:21:36 -0500
Subject: [ruby/csv] Add link to Wikipedia article Table (#167)

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

diff --git a/lib/csv.rb b/lib/csv.rb
index 10d4e9f..143909a 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -117,6 +117,11 @@ using CSV::MatchP if CSV.const_defined?(:MatchP) https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L117
 #
 # Despite the name \CSV, a \CSV representation can use different separators.
 #
+# For more about tables, see the Wikipedia article
+# "{Table (information)}[https://en.wikipedia.org/wiki/Table_(information)]",
+# especially its section
+# "{Simple table}[https://en.wikipedia.org/wiki/Table_(information)#Simple_table]"
+#
 # == \Class \CSV
 #
 # Class \CSV provides methods for:
-- 
cgit v0.10.2


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

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