class Utils::ConfigDir

def env_var_path(env_var)

Returns:
  • (String, nil) - the value of the environment variable if it

Parameters:
  • env_var (String) -- the name of the environment variable to check
def env_var_path(env_var)
  env_var.full? { ENV[it].full? }
end