Method: Ufo::Core#env
- Defined in:
- lib/ufo/core.rb
#env ⇒ Object
23 24 25 26 27 28 |
# File 'lib/ufo/core.rb', line 23 def env # 2-way binding ufo_env = env_from_profile || 'development' ufo_env = ENV['UFO_ENV'] if ENV['UFO_ENV'] # highest precedence ufo_env end |