#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 18 Sep 2018 15:32:17 +0200
changeset 4734 5f69ef333e9d
parent 4733 35c4cee51cc9
child 4735 c9e192300476
#REFACTORING by stefan class: TSTree removed: #at: - already in superclass
TSTree.st
--- a/TSTree.st	Tue Sep 18 15:29:25 2018 +0200
+++ b/TSTree.st	Tue Sep 18 15:32:17 2018 +0200
@@ -46,10 +46,6 @@
 
 !TSTree methodsFor:'accessing'!
 
-at: aString
-	^ self at: aString ifAbsent: [self error: aString printString, ' not found']
-!
-
 at: aString ifAbsent: exceptionBlock
         |ret|