lib/roda/plugins/static.rb in roda-2.9.0 vs lib/roda/plugins/static.rb in roda-2.10.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + class Roda module RodaPlugins # The static plugin loads the Rack::Static middleware into the application. # It mainly exists to make serving static files simpler, by supplying # defaults to Rack::Static that are appropriate for Roda.