# File lib/hashie/extensions/indifferent_access.rb, line 154
      def hash_with_indifference?(other)
        other.is_a?(::Hash) &&
          other.respond_to?(:indifferent_access?) &&
          other.indifferent_access?
      end