From: ara.t.howard@... Date: 2006-04-26T10:44:11+09:00 Subject: Re: Rake task dependeny vs. method call On Wed, 26 Apr 2006, Trans wrote: > Just for fun I put together this simple demonstration. check out tsort. you need it to work if you have a diamond like b => a c => a d => b d => c else you'll run 'a' twice. tsort let's you build a dag of dependancies and even detects cycles. cheers. -a -- be kind whenever possible... it is always possible. - h.h. the 14th dali lama