diff -r 904575569fb4 -r f9c4485a91d1 Method.st --- a/Method.st Mon Dec 21 21:33:02 1998 +0100 +++ b/Method.st Tue Dec 29 17:56:57 1998 +0100 @@ -390,7 +390,9 @@ package "return the package-symbol" - ^ package + ^ package ? ' ' + + "Modified: / 29.12.1998 / 01:16:05 / cg" ! package:aSymbol @@ -2580,6 +2582,6 @@ !Method class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.166 1998-11-14 17:44:59 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.167 1998-12-29 16:56:57 cg Exp $' ! ! Method initialize!