class Arel::Collectors::Composite

def initialize(left, right)

def initialize(left, right)
  @left = left
  @right = right
end