# File lib/god/conditions/always.rb, line 7
      def valid?
        valid = true
        valid &= complain("You must specify the 'what' attribute for :always") if self.what.nil?
        valid
      end