# File lib/aruba/process.rb, line 36
    def stdout
      wait_for_io do
        @out.rewind
        @out.read
      end
    end