summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-02-27 13:07:43 +0900
committerNobuyoshi Nakada <[email protected]>2025-02-27 13:07:43 +0900
commitd31c15d81f368614f81e8c32295d0529b66e7334 ()
tree5419840e4439c562437c19e98917dd67903d2b7c
parent9394d2084c0d474093fb1fa0754c86f156d152cf (diff)
[DOC] Reference to the idiom from Array#sort
Notes: Merged: https://.com/ruby/ruby/pull/12820
-rw-r--r--array.c3
1 files changed, 3 insertions, 0 deletions
@@ -3474,6 +3474,9 @@ rb_ary_sort_bang(VALUE ary)
* When the block returns zero, the order for +a+ and +b+ is indeterminate,
* and may be unstable.
*
* Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
*/