module Mixlib
module Mixlib::ShellOut::Unix
module Mixlib::ShellOut::Windows
module Process
module Windows
module Windows::Process
class Mixlib::ShellOut
class Mixlib::ShellOut::CommandTimeout
class Mixlib::ShellOut::InvalidCommandOption
class Mixlib::ShellOut::ShellCommandFailed
class Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
mixlib-shellout
1.0.0.rc.0
# set_environment
def set_environment environment.each do |env_var,value| ENV[env_var] = value end end