# File lib/childprocess/abstract_io.rb, line 24
    def _stdin=(io)
      check_type io
      @stdin = io
    end