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

- old
+ new

@@ -1,6 +1,7 @@ # 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