Class: Cipherpipe::ENV

Inherits:
Object
  • Object
show all
Defined in:
lib/cipherpipe/env.rb

Class Method Summary collapse

Class Method Details

.call(variables) ⇒ Object



2
3
4
# File 'lib/cipherpipe/env.rb', line 2

def self.call(variables)
  variables.each { |key, value| ENV[key.to_s] ||= value }
end