Sha256: c67755cc16da04a99307c3bd05632db8d80e752682d24bd4198ba6d5e6e246b0
Contents?: true
Size: 408 Bytes
Versions: 33
Compression:
Stored size: 408 Bytes
Contents
module Pacer module Pipes class NakedPipe < RubyPipe def getCurrentPath starts.getCurrentPath end def processNextStart e = starts.next e = e.element if e.respond_to? :element if e.respond_to? :raw_vertex e.raw_vertex elsif e.respond_to? :raw_edge e.raw_edge else e end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems