oops fooBar
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jul 2009 10:19:16 +0200
changeset 11797 ed3ec37ec969
parent 11796 b53df9678de9
child 11798 7ca269cbec09
oops fooBar
Array.st
--- a/Array.st	Wed Jul 08 20:03:52 2009 +0200
+++ b/Array.st	Thu Jul 09 10:19:16 2009 +0200
@@ -1789,11 +1789,6 @@
 %}
 !
 
-fooBar
-
-    ^ 'hello world 2'
-!
-
 refersToLiteral:aLiteral
     "return true if the receiver or recursively any array element in the
      receiver referes to aLiteral (i.e. a deep search)"
@@ -2550,5 +2545,5 @@
 !Array class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.144 2008-09-14 21:00:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.145 2009-07-09 08:19:16 cg Exp $'
 ! !