class Arel::Nodes::NamedWindow

def eql?(other)

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