method
eql?
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::Distinct
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/terminal.rb, line 10
def eql?(other)
self.class == other.class
end