diff -r 9c5b2a6200f9 -r 973f6daaab22 ImmutableArray.st --- a/ImmutableArray.st Mon Jun 12 13:44:18 2017 +0200 +++ b/ImmutableArray.st Mon Jun 12 13:44:18 2017 +0200 @@ -135,9 +135,11 @@ ! asNewArray - "return the receiver as an unique new array." + "return the receiver as a unique new array." ^ self copy + + "Modified (comment): / 12-06-2017 / 13:40:44 / mawalch" ! beImmutable @@ -179,6 +181,7 @@ " ! ! + !ImmutableArray methodsFor:'private'! species