Sha256: 15e42dd2e66e6a250f978f74761cbd505e023aad1e62b418eb17f70bc150c1d2
Contents?: true
Size: 414 Bytes
Versions: 22
Compression:
Stored size: 414 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 pipe end end end end
Version data entries
22 entries across 22 versions & 1 rubygems