18 19 20 21 22
# File 'lib/bluepill/group.rb', line 18 def tick self.processes.each do |process| process.tick end end