method
invert
v7.1.3.4 -
Show latest stable
- Class:
Arel::Nodes::HomogeneousIn
invert()public
No documentation available.
# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 27
def invert
Arel::Nodes::HomogeneousIn.new(values, attribute, type == :in ? :notin : :in)
end