lib/roda/plugins/multi_run.rb in roda-2.9.0 vs lib/roda/plugins/multi_run.rb in roda-2.10.0
- old
+ new
@@ -1,4 +1,6 @@
+# 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: