diff -r 60b0b8de3c25 -r b3e7faf77eb1 Method.st --- a/Method.st Tue Sep 23 16:54:49 2014 +0200 +++ b/Method.st Tue Sep 23 21:04:15 2014 +0200 @@ -433,7 +433,7 @@ ! comment - "return the methods comment. + "return the method's comment. This is done by searching for and returning the first comment from the methods source (excluding any double-quotes). Returns nil if there is no comment (or source is not available)." @@ -980,6 +980,7 @@ "Modified (format): / 18-11-2011 / 14:47:06 / cg" ! ! + !Method methodsFor:'accessing-visibility'! isIgnored @@ -3589,6 +3590,7 @@ "Created: / 23-07-2012 / 11:16:36 / cg" ! ! + !Method methodsFor:'source management'! revisionInfo @@ -3836,11 +3838,11 @@ !Method class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.437 2014-07-10 12:18:39 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.438 2014-09-23 19:04:15 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.437 2014-07-10 12:18:39 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.438 2014-09-23 19:04:15 cg Exp $' ! version_SVN