# File lib/test/unit/assertions.rb, line 1921
            def target?(object)
              object.is_a?(Hash) or ENV.equal?(object)
            end