# File lib/daemons/application_group.rb, line 203 def running? @applications.each { |a| return true if a.running? } return false end