mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[DOC] Remove Array#abbrev
This commit is contained in:
parent
a7cec438a1
commit
acafb92464
Notes:
git
2024-08-28 19:06:11 +00:00
1 changed files with 0 additions and 1 deletions
1
array.c
1
array.c
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue