# File lib/aruba/process.rb, line 39 def stop if @process status = @process.wait(@timeout) status && status.exitstatus end end