class Arel::Nodes::UnaryOperation

def initialize(operator, operand)

def initialize(operator, operand)
  super(operand)
  @operator = operator
end