diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-10-12 11:54:16 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-10-12 12:27:40 +0900 |
commit | 3539da64fc42d6eb76f1d4c3ccd219c3259ecd8b (patch) | |
tree | 698ecdcf32aab56aa3305bb2637ca8115bcaf4de /lib/csv | |
parent | 2b5d4fe28dc548f782be8d71de8b472000e6b38e (diff) |
[DOC] Replace the external URIs to docs with rdoc-ref
Diffstat (limited to 'lib/csv')
-rw-r--r-- | lib/csv/table.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/table.rb b/lib/csv/table.rb index 1ce0dd6daf..0b62ae89ae 100644 --- a/lib/csv/table.rb +++ b/lib/csv/table.rb @@ -172,7 +172,7 @@ class CSV # # Raises an exception if the access mode is <tt>:row</tt> # and +n+ is not an - # {Integer-convertible object}[https://docs.ruby-lang.org/en/master/implicit_conversion_rdoc.html#label-Integer-Convertible+Objects]. + # {Integer-convertible object}[rdoc-ref:implicit_conversion.rdoc@Integer-Convertible+Objects]. # table.by_row! # => #<CSV::Table mode:row row_count:4> # # Raises TypeError (no implicit conversion of String into Integer): # table['Name'] |