166 167 168
# File 'lib/siren/json_query_nodes.rb', line 166 def value(root, symbols, current = nil) first.value(root, symbols, current) && second.value(root, symbols, current) end