Sha256: ca39683b191be2ce79a676cdc658291cf3c4d874b34c3ab78e4c9e5063dda954
Contents?: true
Size: 908 Bytes
Versions: 133
Compression:
Stored size: 908 Bytes
Contents
# This file is part of CPEE. # # CPEE is free software: you can redistribute it and/or modify it under the terms # of the GNU General Public License as published by the Free Software Foundation, # either version 3 of the License, or (at your option) any later version. # # CPEE is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # CPEE (file COPYING in the main directory). If not, see # <http://www.gnu.org/licenses/>. require 'weel' require ::File.dirname(__FILE__) + '/../../server/handlerwrappers/default' class EmptyWorkflow < WEEL handlerwrapper DefaultHandlerWrapper control flow do # control flow will be set externally end end
Version data entries
133 entries across 133 versions & 1 rubygems