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