Actions
Bug #800
closedProblem with Array class
Bug #800:
Problem with Array class
Actions
Added by Francoys_Proulx (Francois Proulx) over 17 years ago. Updated about 15 years ago.
=begin
No it shouldn't. Variables keeps references to objects, not objects itself. It is up to programmer if he wants to pass reference (as ruby do by default) or make clone (duplicate) of it.
=end
=begin
No, it shouldn't. It will destroy the object model of the language.
=end