From: Trans Date: 2006-04-27T03:26:22+09:00 Subject: Re: Rake task dependeny vs. method call Thanks Ara and Joel. I see now that I have to take more care use tsort or equiv. to get the dependencies right. I wonder though, might this task "pattern" merit low-level support in Ruby. I don't mean in Ruby source neccessarily, I just mean that #task might be generally useful in classes and modules, like implemented here, as opposed to being relegated to use in Rake only. T.