method
eql?
v7.1.3.4 -
Show latest stable
- Class:
Arel::Nodes::And
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/and.rb, line 29
def eql?(other)
self.class == other.class &&
self.children == other.children
end