# File lib/childprocess/abstract_io.rb, line 15
    def stdout=(io)
      check_type io
      @stdout = io
    end