WrappedMethod.st
changeset 4474 625c2c16166e
parent 4457 b8f7fa076a43
child 4499 565d5eaf60fe
--- a/WrappedMethod.st	Sun Aug 25 12:08:59 2019 +0200
+++ b/WrappedMethod.st	Sun Aug 25 12:09:30 2019 +0200
@@ -128,7 +128,7 @@
 literalsDo:aBlock
     "access the wrapped method's literals"
 
-    ^ self originalMethod literalsDo:aBlock
+    self originalMethod literalsDo:aBlock
 
     "Created: / 23.1.1998 / 13:09:36 / stefan"
     "Modified: / 23.1.1998 / 13:22:38 / stefan"