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