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