module Roda::RodaPlugins::MultiRun::ClassMethods

def run(prefix, app)

r.multi_run is called.
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