# File lib/arel/factory_methods.rb, line 21
    def create_string_join to
      create_join to, nil, Nodes::StringJoin
    end