global

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

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