# File lib/dm-core/query/conditions/operation.rb, line 611 def negated? parent = self.parent parent ? !parent.negated? : true end