module Roda::RodaPlugins::MultiRun

def self.configure(app)

Initialize the storage for the dispatched applications
def self.configure(app)
  app.opts[:multi_run_apps] ||= {}
  app.opts[:multi_run_app_blocks] ||= {}
end