class Axiom::Adapter::Arango::Visitor::Literal

Visitor for literal nodes

Public Instance Methods

root() click to toggle source

Return root AQL node

@return [AQL::Node]

@api private

# File lib/axiom/adapter/arango/visitor/literal.rb, line 17
def root
  Node::Literal.build(input)
end