eastcoastcoder / gmail.com wrote: > Anyone know of any generic implementation of a pipeline in ruby? That > is, one which takes a bunch of GoF Command objects, and strings them > together in the classical pipeline configuration. > > Any advice on that? Does Rake approach this? Define each command as a task. Let Rake handle the chaining and dependency logic. -- James Britt ťesign depends largely on constraints. Charles Eames