diff -r fc5c7d36f46f -r 977432cc6ce8 AssertionFailedError.st --- a/AssertionFailedError.st Sat Apr 21 11:15:58 2018 +0200 +++ b/AssertionFailedError.st Sun Apr 22 09:03:15 2018 +0200 @@ -54,6 +54,13 @@ ^ true ! ! +!AssertionFailedError methodsFor:'printing & storing'! + +description + ^ super description + , ' {assert in ', suspendedContext printString,'}' +! ! + !AssertionFailedError class methodsFor:'documentation'! version