Method: PVC::Pipeline#with_err

Defined in:
lib/pvc/pipeline.rb

#with_errObject



39
40
41
42
# File 'lib/pvc/pipeline.rb', line 39

def with_err
  @pieces << WithErrPiece.new
  self
end