Method: Env::Variables#env

Defined in:
lib/env/variables.rb

#envHash{String => String}

The environment variables.

Returns:

  • The Hash of environment variable names and values.

API:

  • semipublic



13
14
15
# File 'lib/env/variables.rb', line 13

def env
  ENV
end