# File lib/jmespath/nodes/field.rb, line 28
      def chain(other)
        ChainedField.new([@key, *other.keys])
      end