J
James French
Morning all,
@dependencies.freeze
@dependencies +=3D ["blah", "blah"]
does not error out due to modifying a frozen array (1.8.7 p72).
Is this expected behaviour? Up until now I've considered freezing an array =
as making the array completely read only.
Cheers,
James
@dependencies.freeze
@dependencies +=3D ["blah", "blah"]
does not error out due to modifying a frozen array (1.8.7 p72).
Is this expected behaviour? Up until now I've considered freezing an array =
as making the array completely read only.
Cheers,
James