# HG changeset patch # User Claus Gittinger # Date 1526283627 -7200 # Node ID ed09bf19e47673c74f571d4fd882b850791e4125 # Parent cefccd43b35ac24938b483ac916933e99e3d92fc #FEATURE by cg class: TimeDuration added: #wait diff -r cefccd43b35a -r ed09bf19e476 TimeDuration.st --- a/TimeDuration.st Mon May 14 09:38:25 2018 +0200 +++ b/TimeDuration.st Mon May 14 09:40:27 2018 +0200 @@ -587,6 +587,12 @@ " ! ! +!TimeDuration methodsFor:'Compatibility-Squeak'! + +wait + Delay waitFor:self +! ! + !TimeDuration methodsFor:'accessing'! days