#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 04 Oct 2016 12:43:33 +0200
changeset 20524 6b3c5f464f78
parent 20523 76a818c608b3
child 20525 d7da56a61fc0
#REFACTORING by stefan class: ImmutableByteArray added: #beMutable
ImmutableByteArray.st
--- 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-"