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