Method: PVC::Pipeline#only_err

Defined in:
lib/pvc/pipeline.rb

#only_errObject



44
45
46
47
# File 'lib/pvc/pipeline.rb', line 44

def only_err
  @pieces << OnlyErrPiece.new
  self
end