lib/roda/plugins/multi_run.rb in roda-2.10.0 vs lib/roda/plugins/multi_run.rb in roda-2.11.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen-string-literal: true
+#
class Roda
module RodaPlugins
# The multi_run plugin provides the ability to easily dispatch to other
# rack applications based on the request path prefix.
# First, load the plugin: