# File lib/jmespath/nodes/condition.rb, line 5 def initialize(test, child) @test = test @child = child end