class FDK::Config
Config
looks up values in the env vars
Public Instance Methods
[](key)
click to toggle source
# File lib/fdk/context.rb, line 24 def [](key) ENV[key.upcase] end
Config
looks up values in the env vars
# File lib/fdk/context.rb, line 24 def [](key) ENV[key.upcase] end