Method: PVC::Pipeline#input
- Defined in:
- lib/pvc/pipeline.rb
#input(input) ⇒ Object
34 35 36 37 |
# File 'lib/pvc/pipeline.rb', line 34 def input(input) @pieces << InputPiece.new(input) self end |
34 35 36 37 |
# File 'lib/pvc/pipeline.rb', line 34 def input(input) @pieces << InputPiece.new(input) self end |