# File lib/scrubyt/core/scraping/constraint.rb, line 73
    def self.add_ensure_presence_of_attribute(attribute_hash)
      Constraint.new(attribute_hash,
                     CONSTRAINT_TYPE_ENSURE_PRESENCE_OF_ATTRIBUTE)
    end