class Arel::Nodes::Extract

def eql?(other)

def eql?(other)
  super &&
    self.field == other.field
end