# File lib/god/behaviors/clean_pid_file.rb, line 11
      def valid?
        valid = true
        valid &= complain("You must specify the 'pid_file' attribute for :clean_pid_file") if self.pid_file.nil?
        valid
      end