class Sinatra::Default

def env

Deprecated. Use: options.environment
def env
  sinatra_warn "The :env option is deprecated; use :environment instead."
  environment
end