178 179 180
# File 'lib/siren/json_query_nodes.rb', line 178 def value(root, symbols, current = nil) comparator.value(first.value(root, symbols, current), second.value(root, symbols, current)) end