23 24 25 26
# File 'lib/acclimate/configuration.rb', line 23 def for_env return Hashie::Mash.new({}) unless env self[env] end