[DOC] Remove Array#abbrev
This commit is contained in:
parent
a7cec438a1
commit
acafb92464
Notes:
git
2024-08-28 19:06:11 +00:00
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
|
* - With string argument +field_separator+, a new string that is equivalent to
|
||||||
* <tt>join(field_separator)</tt>.
|
* <tt>join(field_separator)</tt>.
|
||||||
*
|
*
|
||||||
* - #abbrev: Returns a hash of unambiguous abbreviations for elements.
|
|
||||||
* - #pack: Packs the elements into a binary sequence.
|
* - #pack: Packs the elements into a binary sequence.
|
||||||
* - #sum: Returns a sum of elements according to either <tt>+</tt> or a given block.
|
* - #sum: Returns a sum of elements according to either <tt>+</tt> or a given block.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user