Array.st
branchjv
changeset 17728 bbc5fa73dfab
parent 17711 39faaaf888b4
child 17732 a1892eeca6c0
--- a/Array.st	Sun Aug 16 18:14:23 2009 +0100
+++ b/Array.st	Wed Aug 19 17:14:36 2009 +0100
@@ -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
-    ^ '$Id: Array.st 10447 2009-06-14 13:09:55Z vranyj1 $'
+    ^ '$Id: Array.st 10467 2009-08-19 16:14:36Z vranyj1 $'
 ! !