Method: PVC::Pipeline#lines_map
- Defined in:
- lib/pvc/pipeline.rb
#lines_map(&block) ⇒ Object
49 50 51 52 |
# File 'lib/pvc/pipeline.rb', line 49 def lines_map(&block) @pieces << LinesPiece.new(block, :mode => :map) self end |
49 50 51 52 |
# File 'lib/pvc/pipeline.rb', line 49 def lines_map(&block) @pieces << LinesPiece.new(block, :mode => :map) self end |