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