mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/csv] Add link to Wikipedia article Table (#167)
https://github.com/ruby/csv/commit/fe975c41d2
This commit is contained in:
parent
7deff8880f
commit
d2913f912f
Notes:
git
2020-11-24 09:34:34 +09:00
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue