module Mixlib::ShellOut::Unix
def open_pipes
Some patch levels of ruby in wide use (in particular the ruby 1.8.6 on OSX)
def open_pipes @open_pipes ||= [child_stdout, child_stderr] end
def open_pipes @open_pipes ||= [child_stdout, child_stderr] end