class Arel::Collectors::Composite

def <<(str)

def <<(str)
  left << str
  right << str
  self
end