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