class Axiom::Adapter::Arango::Visitor::For::Unary

Base class for visitors that emit from unary axiom relations

Private Instance Methods

body() click to toggle source

Return body

@return [AQL::Node]

@api private

# File lib/axiom/adapter/arango/visitor/for/unary.rb, line 17
def body
  AQL::Node::Block.new([
    operation,
    return_operation
  ])
end