method
not_eq
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
not_eq(other)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 5
def not_eq(other)
Nodes::NotEqual.new self, quoted_node(other)
end