pipeline: new module for running process pipelines
commit60d7f657f7922457c18b46f56bcd58b8d9e56bbf
authorEric Wong <e@80x24.org>
Fri, 28 Apr 2017 18:15:20 +0000 (28 18:15 +0000)
committerEric Wong <e@80x24.org>
Fri, 28 Apr 2017 18:38:55 +0000 (28 18:38 +0000)
tree0cf45e25f0ae5b8bb955c6fbce80d3e4915a723b
parent668eac36b811d9c321d9a48ad784807f43171882
pipeline: new module for running process pipelines

This should allow us easily to manipulate process pipelines
as an array of arrays.

Originally posted at
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/435624
lib/dtas/pipeline.rb [new file with mode: 0644]
test/test_pipeline.rb [new file with mode: 0644]