aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/string_join.rb
blob: b5420e2dfcbc1d7f6928d71a02cb146354ab3158 (plain) (tree)
1
2
3
4
5
6


                                        


       
module Arel
  module Nodes
    class StringJoin < Arel::Nodes::Join
    end
  end
end