class Arel::Nodes::Unary

def initialize(expr)

def initialize(expr)
  super()
  @expr = expr
end