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

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + class Roda module RodaPlugins # The environments plugin adds a environment class accessor to get # the environment for the application, 3 predicate class methods # to check for the current environment (development?, test? and