InstrumentedMethod.st
changeset 4622 d39fbcb89f9c
parent 3558 c6e1036e6597
--- a/InstrumentedMethod.st	Tue Jan 28 17:19:05 2020 +0100
+++ b/InstrumentedMethod.st	Tue Jan 28 17:19:15 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2010 by eXept Software AG
               All Rights Reserved
@@ -147,6 +149,8 @@
 !
 
 isInstrumented
+    "return true, if this is an instrumented method."
+
     ^ true
 
     "Created: / 27-04-2010 / 12:25:39 / cg"
@@ -155,6 +159,6 @@
 !InstrumentedMethod class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentedMethod.st,v 1.12 2015-01-29 18:17:17 cg Exp $'
+    ^ '$Header$'
 ! !