module Roda::RodaPlugins::MultiRun::ClassMethods

def multi_run_apps

for the application.
Hash storing rack applications to dispatch to, keyed by the prefix
def multi_run_apps
  opts[:multi_run_apps]
end