[DOC] Related for Array#at

This commit is contained in:
BurdetteLamar 2024-09-01 15:41:08 +01:00 committed by Peter Zhu
parent a552e04d81
commit 3d09242cc4
Notes: git 2024-09-10 18:01:39 +00:00

View File

@ -1945,7 +1945,8 @@ rb_ary_aref1(VALUE ary, VALUE arg)
*
* a.at(-2) # => "bar"
*
* Related: Array#[].
* Related: Array#[];
* see also {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
*/
VALUE