Sha256: 2db32df36c37f053e5b970a30870daffa681149ada5b3e8db13b70b1d6709044
Contents?: true
Size: 265 Bytes
Versions: 26
Compression:
Stored size: 265 Bytes
Contents
module Neo4j module Traversal class PruneEvaluator # :nodoc: include org.neo4j.graphdb.traversal.PruneEvaluator def initialize(proc) @proc = proc end def prune_after(path) @proc.call(path) end end end end
Version data entries
26 entries across 26 versions & 1 rubygems