Sha256: 3e5a669bd3da81fadf519cdf5ec6c5cbeca5778903911012db3dee7f130c3c8a
Contents?: true
Size: 367 Bytes
Versions: 13
Compression:
Stored size: 367 Bytes
Contents
module Pacer module Neo4j class RawVertexWrappingPipe < Pacer::Pipes::RubyPipe import com.tinkerpop.blueprints.impls.neo4j.Neo4jVertex attr_reader :graph def initialize(graph) super() @graph = graph.blueprints_graph end def processNextStart Neo4jVertex.new starts.next, graph end end end end
Version data entries
13 entries across 13 versions & 1 rubygems