# Copyright (C) 2005 Network Applied Communication Laboratory Co., Ltd. # # This file is part of Rast. # See the file COPYING for redistribution information. # require "rast_test" class FatalInvoke SUPPORTED_VERSION = 1 MIME_TYPE = "unknown/x-rast-test-fatal-invoke" def invoke(filter, brigade, mime_type) Rast.fatal("foo") end end