# File lib/minitest/unit.rb, line 493 def refute test, msg = nil msg ||= "Failed refutation, no message given" not assert(! test, msg) end