class Arel::Nodes::BitwiseAnd

def initialize(left, right)

def initialize(left, right)
  super(:&, left, right)
end