module Roda::RodaPlugins::MultiRun::ClassMethods
def run(prefix, app)
Add a rack application to dispatch to for the given prefix when
def run(prefix, app) @multi_run_apps[prefix.to_s] = app self::RodaRequest.refresh_multi_run_regexp! end
def run(prefix, app) @multi_run_apps[prefix.to_s] = app self::RodaRequest.refresh_multi_run_regexp! end