ENV['PICKY_ENV'] ||= ENV['RUBY_ENV'] || ENV['RACK_ENV'] PICKY_ENVIRONMENT = ENV['PICKY_ENV'] || 'development' unless defined? PICKY_ENVIRONMENT