# HG changeset patch # User Claus Gittinger # Date 1566806222 -7200 # Node ID d43c1cf3a8308eaddf3355ec385dcd8aceb0110f # Parent ee7195e86e1f0c57a1fe839f493d5cda36f6c6aa #QUALITY by exept class: Object changed: #doIfNotNil: diff -r ee7195e86e1f -r d43c1cf3a830 Object.st --- a/Object.st Mon Aug 26 09:47:17 2019 +0200 +++ b/Object.st Mon Aug 26 09:57:02 2019 +0200 @@ -5202,9 +5202,10 @@ "if I am a collection, then enumerate myself into aBlock. if I am nil, then do nothing. Otherwise, evaluate aBlock with myself as argument. + Return the receiver. Redefined in Collection and UndefinedObject." - ^ aBlock value:self + aBlock value:self "Created: / 20-03-2018 / 15:39:37 / stefan" "Modified (comment): / 26-04-2018 / 14:20:13 / stefan"