# File lib/jmespath/nodes/projection.rb, line 5 def initialize(target, projection) @target = target @projection = projection end