class Arel::Nodes::BitwiseNot

def initialize(operand)

def initialize(operand)
  super(:~, operand)
end