# File lib/jmespath/nodes/subexpression.rb, line 5 def initialize(left, right) @left = left @right = right end