# File lib/minitest/unit.rb, line 356
def
flunk
msg
=
nil
msg
||=
"Epic Fail!"
assert
false
,
msg
end