[DOC] Related for Array#[]=

This commit is contained in:
BurdetteLamar 2024-08-29 13:41:54 +01:00 committed by Peter Zhu
parent 74888846e5
commit a04dd0bf5e
Notes: git 2024-08-29 14:44:47 +00:00

View File

@ -2485,6 +2485,7 @@ ary_aset_by_rb_ary_splice(VALUE ary, long beg, long len, VALUE val)
* a[1..5] = 'foo' # => "foo"
* a # => [:foo, "foo"]
*
* Related: see {Methods for Assigning}[rdoc-ref:Array@Methods+for+Assigning].
*/
static VALUE