From acafb924648c761c43adc94c95c954fcb129c5dd Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 28 Aug 2024 16:16:19 +0100 Subject: [PATCH] [DOC] Remove Array#abbrev --- array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/array.c b/array.c index c31ad635af..3261b5f1d2 100644 --- a/array.c +++ b/array.c @@ -8701,7 +8701,6 @@ rb_ary_deconstruct(VALUE ary) * - With string argument +field_separator+, a new string that is equivalent to * join(field_separator). * - * - #abbrev: Returns a hash of unambiguous abbreviations for elements. * - #pack: Packs the elements into a binary sequence. * - #sum: Returns a sum of elements according to either + or a given block. */