ImmutableByteArray.st
changeset 20524 6b3c5f464f78
parent 19421 08358cad9dbe
child 20579 9add81aadb7a
child 21547 db8ecbc94e1d
--- a/ImmutableByteArray.st	Tue Oct 04 12:43:26 2016 +0200
+++ b/ImmutableByteArray.st	Tue Oct 04 12:43:33 2016 +0200
@@ -206,6 +206,12 @@
     ^ self
 !
 
+beMutable
+    "you never go back"
+
+    ^ self shouldNotImplement
+!
+
 beUnsigned
     "that's what I am-"