# File lib/jmespath/nodes/field.rb, line 24
      def chains_with?(other)
        other.is_a?(Field)
      end