Method: Beaker::Options::Presets#env_vars

Defined in:
lib/beaker/options/presets.rb

#env_varsOptionsHash

Return an OptionsHash of environment variables used in this run of Beaker

Returns:

  • (OptionsHash)

    The supported environment variables in an OptionsHash, empty or nil environment variables are removed from the OptionsHash



122
123
124
# File 'lib/beaker/options/presets.rb', line 122

def env_vars
  @env ||= calculate_env_vars
end