198 199 200
# File 'lib/siren/json_query_nodes.rb', line 198 def value(root, symbols, current = nil) operator.value(first.value(root, symbols, current), second.value(root, symbols, current)) end