1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Replace the external URIs to docs with rdoc-ref

This commit is contained in:
Nobuyoshi Nakada 2022-10-12 13:30:25 +09:00
parent b57ecc3eb8
commit 0360fca4ad
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -570,7 +570,7 @@ class CSV
# by +index_or_header+ and +specifiers+.
#
# The nested objects may be instances of various classes.
# See {Dig Methods}[https://docs.ruby-lang.org/en/master/doc/dig_methods_rdoc.html].
# See {Dig Methods}[rdoc-ref:dig_methods.rdoc].
#
# Examples:
# source = "Name,Value\nfoo,0\nbar,1\nbaz,2\n"