not()
Factory method to create a Nodes::Not node that has the recipient of the caller as a child.
# File activerecord/lib/arel/nodes/node.rb, line 122 def not Nodes::Not.new self end