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