Sha256: e2135f8549f3fba93efc51c00afd62e4cc88ad100667f96c03862443add85a9d
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
module Axiom module Adapter module Arango class Visitor class For # Base class for visitors that emit from unary axiom relations class Unary < self private # Return body # # @return [AQL::Node] # # @api private # def body AQL::Node::Block.new([ operation, return_operation ]) end end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-arango-adapter-0.0.2 | lib/axiom/adapter/arango/visitor/for/unary.rb |
axiom-arango-adapter-0.0.1 | lib/axiom/adapter/arango/visitor/for/unary.rb |