On Mon, 21 Apr 2008 09:45:05 +0900, David A. Black wrote:


>> task :run => :compile :cat do
> 
> Try this:
> 
>    task :run => [:compile, :cat] do
>


Ah, thanks!


-Thufir