# File lib/scrubyt/core/scraping/constraint.rb, line 89 def self.add_ensure_absence_of_ancestor_node(node_name, attributes) Constraint.new([node_name, attributes], CONSTRAINT_TYPE_ENSURE_ABSENCE_OF_ANCESTOR_NODE) end