JMESPath::Nodes::Comparator
# File lib/jmespath/nodes/comparator.rb, line 44 def check(left_value, right_value) left_value == right_value end