Class: ConceptQL::Converter

Inherits:
Object
  • Object
show all
Defined in:
lib/conceptql/converter.rb

Defined Under Namespace

Classes: Operator

Instance Method Summary collapse

Instance Method Details

#convert(statement) ⇒ Object



7
8
9
# File 'lib/conceptql/converter.rb', line 7

def convert(statement)
  traverse(statement).to_list_syntax
end