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