# File lib/aruba/api.rb, line 135
    def all_stderr
      only_processes.inject("") { |out, ps| out << ps.stderr }
    end