aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2020-08-20 16:21:36 -0500
committerSutou Kouhei <kou@cozmixng.org>2020-11-24 09:33:55 +0900
commitd2913f912fbcfd2265ce18b942a9600c86f43273 (patch)
tree502eb2cb5586e47c4ead9c8e5cbaa378385f1b7a /lib/csv.rb
parent7deff8880f21250d7d89ded2cdc2f820cfac4aca (diff)
downloadruby-d2913f912fbcfd2265ce18b942a9600c86f43273.tar.gz
[ruby/csv] Add link to Wikipedia article Table (#167)
https://github.com/ruby/csv/commit/fe975c41d2
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index 10d4e9f698..143909a099 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -117,6 +117,11 @@ using CSV::MatchP if CSV.const_defined?(:MatchP)
#
# 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: