#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sat, 08 Aug 2020 09:08:48 +0200
changeset 4713 dc02ba05b388
parent 4712 3c2662449b4c
child 4714 a99041716273
#DOCUMENTATION by exept class: LazyMethod comment/format in: #isLazyMethod
LazyMethod.st
--- a/LazyMethod.st	Fri Aug 07 18:12:59 2020 +0200
+++ b/LazyMethod.st	Sat Aug 08 09:08:48 2020 +0200
@@ -174,6 +174,8 @@
 !LazyMethod methodsFor:'queries'!
 
 isLazyMethod
+    "return true, if this is a lazy method"
+
     ^ true
 !