#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 14:05:03 +0200
changeset 4167 7809dfa8558d
parent 4166 107243939f2b
child 4168 82b9675da2d7
#DOCUMENTATION by cg class: Structure changed: #doesNotUnderstand:
Structure.st
--- a/Structure.st	Sun Jul 16 13:38:07 2017 +0200
+++ b/Structure.st	Sun Jul 16 14:05:03 2017 +0200
@@ -1228,6 +1228,8 @@
      Notice that although this method calls super messages,
      actual instances will have no valid superClass."
 
+    <ignore: RBReturnsBooleanAndOtherRule rationale:'returns whatever the forwarded method returns' author:'cg'>
+    
     |sel args names sz s idx|
 
     "/ instance protocol
@@ -1472,8 +1474,8 @@
 
     ^ nil.
 
-    "Created: 13.5.1996 / 20:22:22 / cg"
-    "Modified: 13.5.1996 / 21:12:54 / cg"
+    "Created: / 13-05-1996 / 20:22:22 / cg"
+    "Modified: / 16-07-2017 / 13:54:58 / cg"
 ! !
 
 !Structure class methodsFor:'documentation'!