class Arel::Nodes::Binary

def initialize_copy(other)

def initialize_copy(other)
  super
  @left  = @left.clone if @left
  @right = @right.clone if @right
end