invert()
No documentation available.
# File activerecord/lib/arel/nodes/in.rb, line 10 def invert Arel::Nodes::NotIn.new(left, right) end