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


                                        


                                      


       
module Arel
  module Nodes
    class StringJoin < Arel::Nodes::Join
      def initialize left, right = nil
        super
      end
    end
  end
end