lib/roda/plugins/multi_run.rb in roda-2.29.0 vs lib/roda/plugins/multi_run.rb in roda-3.0.0

- old
+ new

@@ -53,9 +53,10 @@ module ClassMethods # Freeze the multi_run apps so that there can be no thread safety issues at runtime. def freeze opts[:multi_run_apps].freeze + self::RodaRequest.refresh_multi_run_regexp! super end # Hash storing rack applications to dispatch to, keyed by the prefix # for the application.