# File lib/jmespath/nodes/and.rb, line 19 def optimize self.class.new(@left.optimize, @right.optimize) end