summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
authorBurdetteLamar <[email protected]>2024-09-01 15:41:08 +0100
committerPeter Zhu <[email protected]>2024-09-10 14:01:21 -0400
commit3d09242cc411283dc972564961fdff5fc0b8e56d (patch)
treed6f6d765209a1ca461b54fc32097e6d18ae5c532 /array.c
parenta552e04d81a8c754382ca5d50455152467f034c4 (diff)
[DOC] Related for Array#at
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11524
Diffstat (limited to 'array.c')
-rw-r--r--array.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/array.c b/array.c
index e0f063f4fe..c48ffc62bb 100644
--- a/array.c
+++ b/array.c
@@ -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