Method: Arel::Nodes::Node#not

Defined in:
activerecord/lib/arel/nodes/node.rb

#notObject

Factory method to create a Nodes::Not node that has the recipient of the caller as a child.



122
123
124
# File 'activerecord/lib/arel/nodes/node.rb', line 122

def not
  Nodes::Not.new self
end