class Test::Unit::Assertions::AssertionMessage::HashInspector

def target?(object)

def target?(object)
  object.is_a?(Hash) or ENV.equal?(object)
end