module Sequel::SQL::StringConcatenationMethods
def +(ce)
with the given argument.
Return a +StringExpression+ representing the concatenation of the receiver
def +(ce) StringExpression.new(:'||', self, ce) end
def +(ce) StringExpression.new(:'||', self, ce) end