Unary
# File lib/arel/nodes/unary_operation.rb, line 14 def initialize operator, operand super(operand) @operator = operator end