# File lib/aruba/process.rb, line 43
    def stderr
      wait_for_io do
        @err.rewind
        @err.read
      end
    end