# File lib/rexml/functions.rb, line 145
    def Functions::concat( *objects )
      objects.join
    end