method
eql?
rails 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