module Pacer::Core::Graph module PathRoute def help(section = nil) case section when :paths puts < [tree] } end end end end protected def configure_iterator(iter) if respond_to? :graph pipe = Pacer::Pipes::PathWrappingPipe.new(graph) pipe.setStarts iter pipe else iter end end end end