Sha256: d00eec78a2a70c2347d7eb2a86451de0b1ab3202c8f2486d45d30ee3041824e4
Contents?: true
Size: 371 Bytes
Versions: 7
Compression:
Stored size: 371 Bytes
Contents
module Pacer module Neo4j2 class RawVertexWrappingPipe < Pacer::Pipes::RubyPipe import com.tinkerpop.blueprints.impls.neo4j2.Neo4j2Vertex attr_reader :graph def initialize(graph) super() @graph = graph.blueprints_graph end def processNextStart Neo4j2Vertex.new starts.next, graph end end end end
Version data entries
7 entries across 7 versions & 1 rubygems