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