method
eql?
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::Extract
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/extract.rb, line 17
def eql?(other)
super &&
self.field == other.field
end