method
eql?
v8.0.0 -
Show latest stable
- Class:
Arel::Nodes::Unary
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/unary.rb, line 18
def eql?(other)
self.class == other.class &&
self.expr == other.expr
end