class Arel::Nodes::Unary

def eql?(other)

def eql?(other)
  self.class == other.class &&
    self.expr == other.expr
end