Arel::Nodes::UnaryOperation
# File lib/arel/nodes/unary_operation.rb, line 20 def initialize operand super(:~, operand) end