# File lib/dm-validations/validators/generic_validator.rb, line 73
      def call(target)
        raise NotImplementedError, "#{self.class}#call must be implemented"
      end