# File lib/aruba/process.rb, line 26
    def stdin
      wait_for_io do
        @process.io.stdin
      end
    end