method
eql?
v7.1.3.4 -
Show latest stable
- Class:
Arel::Nodes::HomogeneousIn
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 18
def eql?(other)
super || (self.class == other.class && self.ivars == other.ivars)
end