145 146 147
# File 'lib/json_query/nodes.rb', line 145 def value(root, symbols, current = nil) operator.value(first.value(root, symbols, current), second.value(root, symbols, current)) end