Sha256: eadb809608f75b4f931c8aa33889f2c3648796439782a1e7f78e4f684f587cc7
Contents?: true
Size: 426 Bytes
Versions: 11
Compression:
Stored size: 426 Bytes
Contents
module Pacer module Core module Graph module PathRoute def wrapped(*exts) chain_route transform: :wrap_path, element_type: :path end end end end module Transform module WrapPath protected def attach_pipe(end_pipe) pipe = Pacer::Pipes::PathWrappingPipe.new(graph) pipe.setStarts end_pipe if end_pipe pipe end end end end
Version data entries
11 entries across 11 versions & 1 rubygems