class Arel::Collectors::PlainString

def <<(str)

def <<(str)
  @str << str
  self
end