class Mixlib::ShellOut

def live_stream=(stream)

the subprocess is running.
stdout and stderr from the subprocess will be copied to the same stream as
A shortcut for setting both live_stdout and live_stderr, so that both the
def live_stream=(stream)
  @live_stdout = @live_stderr = stream
end