class Arel::Nodes::HomogeneousIn

def eql?(other)

def eql?(other)
  super || (self.class == other.class && self.ivars == other.ivars)
end