# File lib/rbg.rb, line 181
    def kill_child_processes
      logger.info 'Killing child processes...'
      STDOUT.flush
      self.child_processes.keys.each { |id| kill_child_process(id) }
      self.child_processes = Hash.new
    end