module Arel::FactoryMethods

def create_string_join(to)

def create_string_join(to)
  create_join to, nil, Nodes::StringJoin
end