[ruby/csv] Add link to Wikipedia article Table (#167)

https://github.com/ruby/csv/commit/fe975c41d2
This commit is contained in:
Burdette Lamar 2020-08-20 16:21:36 -05:00 коммит произвёл Sutou Kouhei
Родитель 7deff8880f
Коммит d2913f912f
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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: