[DOC] Related for Array bsearch methods

This commit is contained in:
BurdetteLamar 2024-09-01 16:09:30 +01:00 committed by Peter Zhu
parent 3d09242cc4
commit bd9fa014e3
Notes: git 2024-09-10 18:02:40 +00:00

View File

@ -3559,6 +3559,8 @@ static VALUE rb_ary_bsearch_index(VALUE ary);
* or +nil+ if the search found no suitable element.
*
* See {Binary Searching}[rdoc-ref:bsearch.rdoc].
*
* Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
*/
static VALUE
@ -3581,6 +3583,8 @@ rb_ary_bsearch(VALUE ary)
* or +nil+ if the search found no suitable element.
*
* See {Binary Searching}[rdoc-ref:bsearch.rdoc].
*
* Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
*/
static VALUE