global

def aborting() @status.reduce(0){|x, s| x += (s == 'aborting' ? 1 : 0) } end

def aborting() @status.reduce(0){|x, s| x += (s == 'aborting' ? 1 : 0) } end