[DOC] Remove Array#abbrev

This commit is contained in:
BurdetteLamar 2024-08-28 16:16:19 +01:00 committed by Peter Zhu
parent a7cec438a1
commit acafb92464
Notes: git 2024-08-28 19:06:11 +00:00

View File

@ -8701,7 +8701,6 @@ rb_ary_deconstruct(VALUE ary)
* - With string argument +field_separator+, a new string that is equivalent to
* <tt>join(field_separator)</tt>.
*
* - #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 <tt>+</tt> or a given block.
*/