[DOC] Related for Array#assoc

This commit is contained in:
BurdetteLamar 2024-08-31 19:57:21 +01:00 committed by Peter Zhu
parent b420b094d9
commit a552e04d81
Notes: git 2024-09-10 18:01:11 +00:00

View File

@ -5094,7 +5094,8 @@ rb_ary_times(VALUE ary, VALUE times)
*
* Returns +nil+ if no such element is found.
*
* Related: Array#rassoc.
* Related: Array#rassoc;
* see also {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
*/
VALUE