# File lib/autumn/foliater.rb, line 56
    def alive?
      @stem_threads and @stem_threads.any? { |name, thread| thread.alive? }
    end