# File lib/dm-core/query/conditions/comparison.rb, line 273 def negated? parent = self.parent parent ? parent.negated? : false end