module Roda::RodaPlugins::MultiRun::ClassMethods

def freeze

Freeze the multi_run apps so that there can be no thread safety issues at runtime.
def freeze
  opts[:multi_run_apps].freeze
  super
end