class: Behavior
authorClaus Gittinger <cg@exept.de>
Mon, 20 Apr 2015 15:16:30 +0200
changeset 18245 3923781828c2
parent 18244 f0593010802b
child 18246 d4d749c60f22
class: Behavior comment/format in: #implements:
Behavior.st
--- a/Behavior.st	Mon Apr 20 13:12:03 2015 +0200
+++ b/Behavior.st	Mon Apr 20 15:16:30 2015 +0200
@@ -4597,7 +4597,7 @@
 implements:aSelector
     "return true, if the receiver implements aSelector.
      (i.e. implemented in THIS class - NOT in a superclass).
-    This is semantically equivalent to includesSelector: (which is ST/80/Squeak compatibility).
+     This is semantically equivalent to includesSelector: (which is ST/80/Squeak compatibility).
 
      Caveat:
         This simply checks for the selector being present in the classes
@@ -5089,7 +5089,6 @@
     "Modified: 16.4.1996 / 18:12:14 / cg"
 ! !
 
-
 !Behavior methodsFor:'tracing'!
 
 traceInto:aRequestor level:level from:referrer
@@ -5111,10 +5110,10 @@
 !Behavior class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.371 2015-03-26 10:04:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.372 2015-04-20 13:16:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.371 2015-03-26 10:04:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.372 2015-04-20 13:16:30 cg Exp $'
 ! !