# File lib/jmespath/nodes/condition.rb, line 31 def initialize(left, right, child) @left = left @right = right @child = child end