# File lib/rhc/rest/mock.rb, line 998
    def set_environment_variables(env_vars=[])
      if supports? "SET_UNSET_ENVIRONMENT_VARIABLES"
        environment_variables.concat env_vars
      else
        raise RHC::EnvironmentVariablesNotSupportedException.new
      end
    end