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

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + require "rack" require "thread" require "roda/version" # The main class for Roda. Roda is built completely out of plugins, with the