module Roda::RodaPlugins::Environments::ClassMethods

def environment=(v)

RACK_ENV.
Override the environment for the application, instead of using
def environment=(v)
  opts[:environment] = v
end