module Process::Pipeline

Constants

Step
VERSION

Public Class Methods

call(*command) click to toggle source
# File lib/process/pipeline.rb, line 28
def self.call(*command)
        return Step.new(nil, command)
end