Method: FEEL::UnaryTests#tree

Defined in:
lib/feel/unary_tests.rb

#treeObject



11
12
13
# File 'lib/feel/unary_tests.rb', line 11

def tree
  @tree ||= Parser.parse_test(text)
end