192 193 194
# File 'lib/siren/json_query_nodes.rb', line 192 def value(root, symbols, current = nil) first.value(root, symbols, current) % second.value(root, symbols, current) end