# File lib/bacon.rb, line 348
  def flunk(reason="Flunked")
    raise Bacon::Error.new(:failed, reason)
  end