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