Module: AppEngine::Env

Defined in:
lib/appengine/env.rb

Overview

A collection of functions for extracting App Engine environment information.

Class Method Summary collapse

Class Method Details

.app_engine?Boolean



24
25
26
# File 'lib/appengine/env.rb', line 24

def self.app_engine?
  ::ENV["GAE_INSTANCE"] ? true : false
end