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