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