module Hashie::Extensions::IndifferentAccess

def hash_lacking_indifference?(other)

def hash_lacking_indifference?(other)
  other.is_a?(::Hash) &&
  !(other.respond_to?(:indifferent_access?) &&
    other.indifferent_access?)
end