Module: Neo4j::Driver::Internal::Extras
- Defined in:
- lib/neo4j/driver/internal/extras.rb
Overview
Shared helpers for building Bolt protocol extras maps (RUN /
BEGIN / etc). Kept tiny on purpose — we don't depend on
ActiveSupport so this is the local replacement for
Hash#compact_blank!.
Constant Summary collapse
- BLANK =
->(_, v) { v.nil? || (v.respond_to?(:empty?) && v.empty?) }