invert()
No documentation available.
# File activerecord/lib/arel/nodes/node.rb, line 139 def invert Arel::Nodes::Not.new(self) end