# File lib/aruba/process.rb, line 23
    def stdout
      if @process
        @stdout ||= @process.stdout.read
      else
        ''
      end
    end