# File lib/childprocess/abstract_io.rb, line 5
    def inherit!
      @stdout = STDOUT
      @stderr = STDERR
    end