module Roda::RodaPlugins::Environments::ClassMethods

def environment

as a symbol.
The current environment for the application, which should be stored
def environment
  opts[:environment]
end